mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
mac80211: MAC80211_MESSAGE_TRACING should depend on TRACING
[ Upstream commit b3e046c31441d182b954fc2f57b2dc38c71ad4bc ]
When tracing is disabled, there is no point in asking the user about
enabling tracing of all mac80211 debug messages.
Fixes: 3fae027316
("mac80211: trace debug messages")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://patch.msgid.link/85bbe38ce0df13350f45714e2dc288cc70947a19.1727179690.git.geert@linux-m68k.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
5db6e193c4
commit
021693dad1
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ config MAC80211_DEBUGFS
|
||||||
|
|
||||||
config MAC80211_MESSAGE_TRACING
|
config MAC80211_MESSAGE_TRACING
|
||||||
bool "Trace all mac80211 debug messages"
|
bool "Trace all mac80211 debug messages"
|
||||||
depends on MAC80211
|
depends on MAC80211 && TRACING
|
||||||
help
|
help
|
||||||
Select this option to have mac80211 register the
|
Select this option to have mac80211 register the
|
||||||
mac80211_msg trace subsystem with tracepoints to
|
mac80211_msg trace subsystem with tracepoints to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue