diff options
author | Johannes Berg <johannes.berg@intel.com> | 2014-06-04 17:06:23 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2014-06-23 11:05:31 +0200 |
commit | ba9030c20a2def223d9b993cb3dfdd3aab3d2b31 (patch) | |
tree | 8256d324629c79986a117d1a28474b99370e1829 /net/mac80211/debugfs_sta.c | |
parent | b314c669905cbef00fed33028c61c96efeea08f5 (diff) | |
download | blackbird-op-linux-ba9030c20a2def223d9b993cb3dfdd3aab3d2b31.tar.gz blackbird-op-linux-ba9030c20a2def223d9b993cb3dfdd3aab3d2b31.zip |
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) DEBUGFS_ADD_COUNTER(tx_filtered, tx_filtered_count); DEBUGFS_ADD_COUNTER(tx_retry_failed, tx_retry_failed); DEBUGFS_ADD_COUNTER(tx_retry_count, tx_retry_count); - DEBUGFS_ADD_COUNTER(wep_weak_iv_count, wep_weak_iv_count); if (sizeof(sta->driver_buffered_tids) == sizeof(u32)) debugfs_create_x32("driver_buffered_tids", 0400, |