aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2018-10-21 11:30:32 +0200
committerSimon Wunderlich <sw@simonwunderlich.de>2018-11-12 10:41:50 +0100
commit694127c1dd494d3796e1627389a4cff7ee19e613 (patch)
treeb373147f7e29eabc0d3a61a6049878bfa7af52de /net/batman-adv
parentbatman-adv: Allow to use BATMAN_ADV_DEBUG without BATMAN_ADV_DEBUGFS (diff)
downloadlinux-dev-694127c1dd494d3796e1627389a4cff7ee19e613.tar.xz
linux-dev-694127c1dd494d3796e1627389a4cff7ee19e613.zip
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>
Diffstat (limited to 'net/batman-adv')
-rw-r--r--net/batman-adv/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/batman-adv/Kconfig b/net/batman-adv/Kconfig
index 7b0e1fcddfa7..082e96060bc2 100644
--- a/net/batman-adv/Kconfig
+++ b/net/batman-adv/Kconfig
@@ -104,8 +104,9 @@ config BATMAN_ADV_DEBUG
help
This is an option for use by developers; most people should
say N here. This enables compilation of support for
- outputting debugging information to the kernel log. The
- output is controlled via the module parameter debug.
+ outputting debugging information to the debugfs log or tracing
+ buffer. The output is controlled via the batadv netdev specific
+ log_level setting.
config BATMAN_ADV_TRACING
bool "B.A.T.M.A.N. tracing support"