diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-agn-rx.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-agn-rx.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-agn-rx.c b/drivers/net/wireless/iwlwifi/iwl-agn-rx.c index 45a153fe694d..6b2007a7abd8 100644 --- a/drivers/net/wireless/iwlwifi/iwl-agn-rx.c +++ b/drivers/net/wireless/iwlwifi/iwl-agn-rx.c | |||
@@ -34,7 +34,6 @@ | |||
34 | #include <asm/unaligned.h> | 34 | #include <asm/unaligned.h> |
35 | #include "iwl-eeprom.h" | 35 | #include "iwl-eeprom.h" |
36 | #include "iwl-dev.h" | 36 | #include "iwl-dev.h" |
37 | #include "iwl-core.h" | ||
38 | #include "iwl-io.h" | 37 | #include "iwl-io.h" |
39 | #include "iwl-agn-calib.h" | 38 | #include "iwl-agn-calib.h" |
40 | #include "iwl-agn.h" | 39 | #include "iwl-agn.h" |
@@ -762,8 +761,6 @@ static void iwlagn_pass_packet_to_mac80211(struct iwl_priv *priv, | |||
762 | p = rxb_steal_page(rxb); | 761 | p = rxb_steal_page(rxb); |
763 | skb_add_rx_frag(skb, 0, p, offset, len, len); | 762 | skb_add_rx_frag(skb, 0, p, offset, len, len); |
764 | 763 | ||
765 | iwl_update_stats(priv, false, fc, len); | ||
766 | |||
767 | /* | 764 | /* |
768 | * Wake any queues that were stopped due to a passive channel tx | 765 | * Wake any queues that were stopped due to a passive channel tx |
769 | * failure. This can happen because the regulatory enforcement in | 766 | * failure. This can happen because the regulatory enforcement in |