]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k_htc: Do not select MAC80211_LEDS by default
authorKrzysztof Kozlowski <krzk@kernel.org>
Thu, 20 Aug 2020 12:04:44 +0000 (14:04 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 27 Aug 2020 10:16:54 +0000 (13:16 +0300)
commit197f466e93f54f640cab42918a348f2c9b881ce4
tree74c6fb64983d5f41b6de01f05f9abe447d35efa2
parentf91a35b46af04f5a1fbbe559613df3bd68ca45d8
ath9k_htc: Do not select MAC80211_LEDS by default

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 <krzk@kernel.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200820120444.8809-1-krzk@kernel.org
drivers/net/wireless/ath/ath9k/Kconfig