diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-05-21 17:33:42 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-05-21 21:48:17 -0400 |
commit | 9e72ebd686a7f39facdfff639386055f1ad7dc88 (patch) | |
tree | 96ad46f1948d76217b3422ca5d822b1c265d39d7 /net/mac80211/sta_info.h | |
parent | 53c068566dde708cb28a4dfc06ae3d7fd7434397 (diff) | |
download | blackbird-obmc-linux-9e72ebd686a7f39facdfff639386055f1ad7dc88.tar.gz blackbird-obmc-linux-9e72ebd686a7f39facdfff639386055f1ad7dc88.zip |
mac80211: remove channel use statistics
The useless channel use statistics are quite a lot of code, currently
use integer divisions in the packet fast path, are rather inaccurate
since they do not account for retries and finally nobody even cares.
Hence, remove them completely.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r-- | net/mac80211/sta_info.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index f592290e42b9..95753f860acf 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h @@ -245,10 +245,6 @@ struct sta_info { unsigned int wme_tx_queue[NUM_RX_DATA_QUEUES]; #endif - /* Debug counters, no locking doesn't matter */ - int channel_use; - int channel_use_raw; - /* * Aggregation information, locked with lock. */ |