OSDN Git Service

mac80211: remove channel use statistics master-2008-05-21
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)
commit9e72ebd686a7f39facdfff639386055f1ad7dc88
tree96ad46f1948d76217b3422ca5d822b1c265d39d7
parent53c068566dde708cb28a4dfc06ae3d7fd7434397
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