Re: [PATCH net] mac80211: MAC80211_MESSAGE_TRACING should depend on TRACING

2024-09-25 Thread Kalle Valo
Geert Uytterhoeven writes: > When tracing is disabled, there is no point in asking the user about > enabling tracing of all mac80211 debug messages. > > Fixes: 3fae0273168026ed ("mac80211: trace debug messages") > Signed-off-by: Geert Uytterhoeven mac80211 patches go to wireless tree, not net.

[PATCH net] mac80211: MAC80211_MESSAGE_TRACING should depend on TRACING

2024-09-24 Thread Geert Uytterhoeven
When tracing is disabled, there is no point in asking the user about enabling tracing of all mac80211 debug messages. Fixes: 3fae0273168026ed ("mac80211: trace debug messages") Signed-off-by: Geert Uytterhoeven --- net/mac80211/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff