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/sta_info.h | |
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/sta_info.h')
-rw-r--r-- | net/mac80211/sta_info.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index 159cac903ce8..fa7ce6f8593b 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h | |||
@@ -281,7 +281,6 @@ struct ieee80211_tx_latency_stat { | |||
281 | * @driver_buffered_tids: bitmap of TIDs the driver has data buffered on | 281 | * @driver_buffered_tids: bitmap of TIDs the driver has data buffered on |
282 | * @rx_packets: Number of MSDUs received from this STA | 282 | * @rx_packets: Number of MSDUs received from this STA |
283 | * @rx_bytes: Number of bytes received from this STA | 283 | * @rx_bytes: Number of bytes received from this STA |
284 | * @wep_weak_iv_count: number of weak WEP IVs received from this station | ||
285 | * @last_rx: time (in jiffies) when last frame was received from this STA | 284 | * @last_rx: time (in jiffies) when last frame was received from this STA |
286 | * @last_connected: time (in seconds) when a station got connected | 285 | * @last_connected: time (in seconds) when a station got connected |
287 | * @num_duplicates: number of duplicate frames received from this STA | 286 | * @num_duplicates: number of duplicate frames received from this STA |
@@ -369,7 +368,6 @@ struct sta_info { | |||
369 | /* Updated from RX path only, no locking requirements */ | 368 | /* Updated from RX path only, no locking requirements */ |
370 | unsigned long rx_packets; | 369 | unsigned long rx_packets; |
371 | u64 rx_bytes; | 370 | u64 rx_bytes; |
372 | unsigned long wep_weak_iv_count; | ||
373 | unsigned long last_rx; | 371 | unsigned long last_rx; |
374 | long last_connected; | 372 | long last_connected; |
375 | unsigned long num_duplicates; | 373 | unsigned long num_duplicates; |