batman-adv: Fix description for BATMAN_ADV_DEBUG
authorSven Eckelmann <sven@narfation.org>
Sun, 21 Oct 2018 09:30:32 +0000 (11:30 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Mon, 12 Nov 2018 09:41:50 +0000 (10:41 +0100)
commit694127c1dd494d3796e1627389a4cff7ee19e613
treeb373147f7e29eabc0d3a61a6049878bfa7af52de
parent0dacc7fab623be97bda7aefe0d1d8d68cebb4218
batman-adv: Fix description for BATMAN_ADV_DEBUG

The debug messages of batman-adv are not printed to the kernel log at all
but can be stored (depending on the compile setting) in the tracing buffer
or the batadv specific log buffer. There is also no debug module parameter
but a batadv netdev specific log_level setting to enable/disable different
classes of debug messages at runtime.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/Kconfig