Commit 694127c1 authored by Sven Eckelmann's avatar Sven Eckelmann Committed by Simon Wunderlich

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: default avatarSven Eckelmann <sven@narfation.org>
Signed-off-by: default avatarSimon Wunderlich <sw@simonwunderlich.de>
parent 0dacc7fa
...@@ -104,8 +104,9 @@ config BATMAN_ADV_DEBUG ...@@ -104,8 +104,9 @@ config BATMAN_ADV_DEBUG
help help
This is an option for use by developers; most people should This is an option for use by developers; most people should
say N here. This enables compilation of support for say N here. This enables compilation of support for
outputting debugging information to the kernel log. The outputting debugging information to the debugfs log or tracing
output is controlled via the module parameter debug. buffer. The output is controlled via the batadv netdev specific
log_level setting.
config BATMAN_ADV_TRACING config BATMAN_ADV_TRACING
bool "B.A.T.M.A.N. tracing support" bool "B.A.T.M.A.N. tracing support"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment