aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-rx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-rx.c')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-rx.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-rx.c b/drivers/net/wireless/iwlwifi/iwl-rx.c
index 7cde9d76ff5d..b86f9586acde 100644
--- a/drivers/net/wireless/iwlwifi/iwl-rx.c
+++ b/drivers/net/wireless/iwlwifi/iwl-rx.c
@@ -407,7 +407,7 @@ int iwl_rx_init(struct iwl_priv *priv, struct iwl_rx_queue *rxq)
407 (priv->shared_phys + priv->rb_closed_offset) >> 4); 407 (priv->shared_phys + priv->rb_closed_offset) >> 4);
408 408
409 /* Enable Rx DMA 409 /* Enable Rx DMA
410 * FH_RCSR_CHNL0_RX_IGNORE_RXF_EMPTY is set becuase of HW bug in 410 * FH_RCSR_CHNL0_RX_IGNORE_RXF_EMPTY is set because of HW bug in
411 * the credit mechanism in 5000 HW RX FIFO 411 * the credit mechanism in 5000 HW RX FIFO
412 * Direct rx interrupts to hosts 412 * Direct rx interrupts to hosts
413 * Rx buffer size 4 or 8k 413 * Rx buffer size 4 or 8k
@@ -1149,7 +1149,7 @@ void iwl_rx_reply_rx(struct iwl_priv *priv,
1149 priv->last_rx_noise = IWL_NOISE_MEAS_NOT_AVAILABLE; 1149 priv->last_rx_noise = IWL_NOISE_MEAS_NOT_AVAILABLE;
1150 1150
1151 /* Set "1" to report good data frames in groups of 100 */ 1151 /* Set "1" to report good data frames in groups of 100 */
1152 /* FIXME: need to optimze the call: */ 1152 /* FIXME: need to optimize the call: */
1153 iwl_dbg_report_frame(priv, pkt, header, 1); 1153 iwl_dbg_report_frame(priv, pkt, header, 1);
1154 1154
1155 IWL_DEBUG_STATS_LIMIT("Rssi %d, noise %d, qual %d, TSF %llu\n", 1155 IWL_DEBUG_STATS_LIMIT("Rssi %d, noise %d, qual %d, TSF %llu\n",
@@ -1160,12 +1160,12 @@ void iwl_rx_reply_rx(struct iwl_priv *priv,
1160 * "antenna number" 1160 * "antenna number"
1161 * 1161 *
1162 * It seems that the antenna field in the phy flags value 1162 * It seems that the antenna field in the phy flags value
1163 * is actually a bitfield. This is undefined by radiotap, 1163 * is actually a bit field. This is undefined by radiotap,
1164 * it wants an actual antenna number but I always get "7" 1164 * it wants an actual antenna number but I always get "7"
1165 * for most legacy frames I receive indicating that the 1165 * for most legacy frames I receive indicating that the
1166 * same frame was received on all three RX chains. 1166 * same frame was received on all three RX chains.
1167 * 1167 *
1168 * I think this field should be removed in favour of a 1168 * I think this field should be removed in favor of a
1169 * new 802.11n radiotap field "RX chains" that is defined 1169 * new 802.11n radiotap field "RX chains" that is defined
1170 * as a bitmask. 1170 * as a bitmask.
1171 */ 1171 */