mac80211: rework debug settings and make debugging safer
authorJohannes Berg <johannes@sipsolutions.net>
Mon, 30 Jun 2008 13:10:46 +0000 (15:10 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 2 Jul 2008 19:48:33 +0000 (15:48 -0400)
commitf4ea83dd743d3e1bec8fdf954ac911c6b12ae87a
tree2db594d668648779e1932981410e37258df76b2c
parent49461622edf74cd1e1a1056cee3ca8dd90cd9556
mac80211: rework debug settings and make debugging safer

This patch reworks the mac80211 debug settings making them more focused
and adding help text for those that didn't have one. It also removes a
number of printks that can be triggered remotely and add no value, e.g.
"too short deauthentication frame received - ignoring".

If somebody really needs to debug that they should just add a monitor
interface and look at the frames in wireshark.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/Kconfig
net/mac80211/ieee80211_i.h
net/mac80211/iface.c
net/mac80211/main.c
net/mac80211/mlme.c
net/mac80211/rx.c
net/mac80211/sta_info.c
net/mac80211/tx.c
net/mac80211/wep.c
net/mac80211/wme.c
net/mac80211/wpa.c