summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath5k/Kconfig
diff options
context:
space:
mode:
authorBob Copeland <me@bobcopeland.com>2008-06-26 02:35:28 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2008-06-27 13:09:17 (GMT)
commit3a078876caee9634dbb9b41e6269262e30e8b535 (patch)
treecd7e285d0de6d6172b5e5f0f6377c5c6dbadafef /drivers/net/wireless/ath5k/Kconfig
parentffd7891dc909b3648e87f7cf8f84a6dc12fc1cc6 (diff)
downloadlinux-3a078876caee9634dbb9b41e6269262e30e8b535.tar.xz
ath5k: convert LED code to use mac80211 triggers
This change cleans up the ath5k LED code and converts it to use the standard LED device class along with the rx/tx LED triggers provided by mac80211. Signed-off-by: Bob Copeland <me@bobcopeland.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath5k/Kconfig')
-rw-r--r--drivers/net/wireless/ath5k/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath5k/Kconfig b/drivers/net/wireless/ath5k/Kconfig
index f1f2aea..75383a5 100644
--- a/drivers/net/wireless/ath5k/Kconfig
+++ b/drivers/net/wireless/ath5k/Kconfig
@@ -1,6 +1,9 @@
config ATH5K
tristate "Atheros 5xxx wireless cards support"
depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
+ select MAC80211_LEDS
+ select LEDS_CLASS
+ select NEW_LEDS
---help---
This module adds support for wireless adapters based on
Atheros 5xxx chipset.