mac80211: remove beacon counters
authorJohannes Berg <johannes@sipsolutions.net>
Fri, 12 Sep 2008 09:05:39 +0000 (11:05 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 15 Sep 2008 20:48:26 +0000 (16:48 -0400)
commitc1b6cf4ee0fb8a3698c563e101a60f9ee4910de0
tree61822116ba1da60378029ae522ed2cd4e5ad2bdf
parent62c1f95e3993480ae451c322588f7cbf5a58db28
mac80211: remove beacon counters

The beacon counters mac80211 keeps are only used for debugfs,
unfortunately, they are incorrect for many hardware designs,
namely any design that has a beacon template. Hence, remove the
counters so we don't create the impression they are usable.

This also allows removing the beacon MESH #ifdef again.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/debugfs_netdev.c
net/mac80211/ieee80211_i.h
net/mac80211/tx.c