diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-04-23 17:25:51 -0400 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2012-04-23 17:27:56 -0400 |
commit | 56322f5e0d08476f72981f84dd0c784a830163a2 (patch) | |
tree | 8a6b430ad767ff7e47c333e4cd71b05e80b35747 /drivers/net/wireless/iwlwifi/iwl-mac80211.c | |
parent | 063c51667f4f1f17e277add5cefb4cbe97108d40 (diff) |
iwlwifi: remove TX/RX frame statistics
Keeping statistics per frame type really isn't
very useful, and needs a huge amount of code
so remove it. Since that is the only thing in
iwl-core.{c,h} now, those files can be killed.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-mac80211.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-mac80211.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-mac80211.c b/drivers/net/wireless/iwlwifi/iwl-mac80211.c index 8adbbf2d343b..4f4515696e55 100644 --- a/drivers/net/wireless/iwlwifi/iwl-mac80211.c +++ b/drivers/net/wireless/iwlwifi/iwl-mac80211.c | |||
@@ -44,7 +44,6 @@ | |||
44 | 44 | ||
45 | #include "iwl-eeprom.h" | 45 | #include "iwl-eeprom.h" |
46 | #include "iwl-dev.h" | 46 | #include "iwl-dev.h" |
47 | #include "iwl-core.h" | ||
48 | #include "iwl-io.h" | 47 | #include "iwl-io.h" |
49 | #include "iwl-agn-calib.h" | 48 | #include "iwl-agn-calib.h" |
50 | #include "iwl-agn.h" | 49 | #include "iwl-agn.h" |