Re: [PATCH] ath9k_htc: Do not select MAC80211_LEDS by default

2020-08-27 Thread Kalle Valo
Krzysztof Kozlowski wrote: > The ath9k_htc driver hides all LEDs related code behind > CONFIG_MAC80211_LEDS ifdefs so it does not really require the > MAC80211_LEDS. The code builds and works just fine. Convert the > "select" into "imply" to allow disabling LED trigger when not needed. > > Sig

[PATCH] ath9k_htc: Do not select MAC80211_LEDS by default

2020-08-20 Thread Krzysztof Kozlowski
The ath9k_htc driver hides all LEDs related code behind CONFIG_MAC80211_LEDS ifdefs so it does not really require the MAC80211_LEDS. The code builds and works just fine. Convert the "select" into "imply" to allow disabling LED trigger when not needed. Signed-off-by: Krzysztof Kozlowski --- dri