mac80211_hwsim: use dyndbg for debug messages
authorLubomir Rintel <lkundrak@v3.sk>
Mon, 18 Sep 2017 13:56:51 +0000 (15:56 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 21 Sep 2017 09:42:02 +0000 (11:42 +0200)
commit62b093b375e3c10ff39896f2a172146cf5df529f
tree1b33a3e1034689a1dcd80e7fa7ba74f666e5e260
parent4c121fd690d9c465e4cb09b7859adfdd6a0aee1d
mac80211_hwsim: use dyndbg for debug messages

The mac80211_hwsim doesn't offer a way to disable the debugging output.
Unfortunately, it's pretty chatty, dumping a  lot of stuff into the message
buffer.

This patch changes it to use dyndbg for controlling the debug output.
It's disabled by default, but can be enabled by a module parameter (1),
at runtime (2) or persisted in modprobe.conf (3).

  (1) modprobe mac80211_hwsim dyndbg=+p
  (2) echo "module mac80211_hwsim +p" >/sys/kernel/debug/dynamic_debug/control
  (3) echo "options mac80211_hwsim dyndbg=+p" >>/etc/modprobe.d/my.conf

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/mac80211_hwsim.c