diff options
author | Johannes Berg <johannes.berg@intel.com> | 2014-06-04 11:06:23 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2014-06-23 05:05:31 -0400 |
commit | ba9030c20a2def223d9b993cb3dfdd3aab3d2b31 (patch) | |
tree | 8256d324629c79986a117d1a28474b99370e1829 /net/mac80211/debugfs_sta.c | |
parent | b314c669905cbef00fed33028c61c96efeea08f5 (diff) |
mac80211: remove weak WEP IV accounting
Since WEP is practically dead, there seems very little
point in keeping WEP weak IV accounting.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/debugfs_sta.c')
-rw-r--r-- | net/mac80211/debugfs_sta.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/debugfs_sta.c b/net/mac80211/debugfs_sta.c index 2ecb4deddb5d..ee82e1f0a9e7 100644 --- a/net/mac80211/debugfs_sta.c +++ b/net/mac80211/debugfs_sta.c | |||
@@ -587,7 +587,6 @@ void ieee80211_sta_debugfs_add(struct sta_info *sta) | |||
587 | DEBUGFS_ADD_COUNTER(tx_filtered, tx_filtered_count); | 587 | DEBUGFS_ADD_COUNTER(tx_filtered, tx_filtered_count); |
588 | DEBUGFS_ADD_COUNTER(tx_retry_failed, tx_retry_failed); | 588 | DEBUGFS_ADD_COUNTER(tx_retry_failed, tx_retry_failed); |
589 | DEBUGFS_ADD_COUNTER(tx_retry_count, tx_retry_count); | 589 | DEBUGFS_ADD_COUNTER(tx_retry_count, tx_retry_count); |
590 | DEBUGFS_ADD_COUNTER(wep_weak_iv_count, wep_weak_iv_count); | ||
591 | 590 | ||
592 | if (sizeof(sta->driver_buffered_tids) == sizeof(u32)) | 591 | if (sizeof(sta->driver_buffered_tids) == sizeof(u32)) |
593 | debugfs_create_x32("driver_buffered_tids", 0400, | 592 | debugfs_create_x32("driver_buffered_tids", 0400, |