From: Johannes Berg Date: Fri, 22 Jun 2012 09:29:50 +0000 (+0200) Subject: mac80211: clean up debugging X-Git-Tag: v3.6-rc1~125^2~57^2~237^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdcbd8e0e3ffdad32b14b6373e67bfcf5fd3f002;p=pandora-kernel.git mac80211: clean up debugging There are a few things that make the logging and debugging in mac80211 less useful than it should be right now: * a lot of messages should be pr_info, not pr_debug * wholesale use of pr_debug makes it require *both* Kconfig and dynamic configuration * there are still a lot of ifdefs * the style is very inconsistent, sometimes the sdata->name is printed in front Clean up everything, introducing new macros and separating out the station MLME debugging into a new Kconfig symbol. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed