]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcca646120a93425ab0816f26f439fb3ce37479f9
tree2db594d668648779e1932981410e37258df76b2c
parentfb0dde5a636a9229b9af0006eed413c26ba2b2a0
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