]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: remove channel use statistics
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 21 May 2008 15:33:42 +0000 (17:33 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 22 May 2008 01:48:17 +0000 (21:48 -0400)
commit88213710e63d751456f40f8435f555081e2a4b98
tree96ad46f1948d76217b3422ca5d822b1c265d39d7
parent273c048d5ccaf1bb4ceca189ef1e3d76d5d6847a
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>
net/mac80211/debugfs_netdev.c
net/mac80211/debugfs_sta.c
net/mac80211/ieee80211_i.h
net/mac80211/rx.c
net/mac80211/sta_info.h
net/mac80211/tx.c