]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Enable dynamic debugging for mac80211_hwsim
authorLubomir Rintel <lkundrak@v3.sk>
Mon, 16 Oct 2017 07:32:47 +0000 (09:32 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 26 Nov 2017 09:47:46 +0000 (11:47 +0200)
commitc6ba02154e4867e3e8cd5f823a70d92c08394c6d
tree22946e65579102e8d61e19f9d50cb9b5b0521d94
parentfb6d648819fd4b283ee48ab2c3c951158395c652
tests: Enable dynamic debugging for mac80211_hwsim

mac80211_hwsim module typically dumps a lot of details into the kernel
message buffer. While it's probably okay in a dedicated VM, it's way too
chatty in other setups.

The kernel allows fine-tuning logging via the dynamic debugging
facility. Let's enable all logging locations in the mac80211_hwsim
module so that we don't loose debugging output when the kernel adopts
the dynamic debug mechanism for the driver.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
tests/hwsim/start.sh
tests/hwsim/vm/kernel-config
tests/hwsim/vm/vm-run.sh