kernel-ark/drivers/net/wireless/ath9k
Randy Dunlap d203b8ef8e ath9k: uses/needs led_classdev_[un]register
ath9k uses LED classdev functions, so it needs to either select or depend
on them.  This patch uses the same selects that ath5k uses...

drivers/built-in.o: In function `ath_unregister_led':
main.c:(.text+0x138c1d): undefined reference to `led_classdev_unregister'
drivers/built-in.o: In function `ath_register_led':
main.c:(.text+0x139c16): undefined reference to `led_classdev_register'
make[1]: *** [.tmp_vmlinux1] Error 1

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
cc: Jouni Malinen <jmalinen@atheros.com>
Acked-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2008-09-05 16:17:49 -04:00
..
ath9k.h ath9k: Remove more dead code 2008-08-29 16:24:09 -04:00
beacon.c ath9k: Remove more dead code 2008-08-29 16:24:09 -04:00
core.c ath9k: Use mac80211 for multicast power save buffering 2008-08-29 16:24:08 -04:00
core.h ath9k: Remove sc_lastrx as we don't use it anywhere 2008-08-29 16:24:10 -04:00
hw.c ath9k: Add LED support 2008-08-29 16:24:09 -04:00
hw.h ath9k: Remove more dead code 2008-08-29 16:24:09 -04:00
initvals.h ath9k: Add new Atheros IEEE 802.11n driver 2008-08-07 09:49:42 -04:00
Kconfig ath9k: uses/needs led_classdev_[un]register 2008-09-05 16:17:49 -04:00
main.c cfg80211: keep track of supported interface modes 2008-09-05 16:17:42 -04:00
Makefile ath9k: Add new Atheros IEEE 802.11n driver 2008-08-07 09:49:42 -04:00
phy.c ath9k: Add new Atheros IEEE 802.11n driver 2008-08-07 09:49:42 -04:00
phy.h ath9k: Add IEEE80211_HW_RX_INCLUDES_FCS to hw flags 2008-08-29 16:24:05 -04:00
rc.c ath9k: rc.h cleanup 2008-08-29 16:24:10 -04:00
rc.h ath9k: rc.h cleanup 2008-08-29 16:24:10 -04:00
recv.c ath9k: Add IEEE80211_HW_RX_INCLUDES_FCS to hw flags 2008-08-29 16:24:05 -04:00
reg.h ath9k: Add LED support 2008-08-29 16:24:09 -04:00
regd_common.h ath9k: Revamp wireless mode usage 2008-08-07 09:49:44 -04:00
regd.c ath9k: Revamp wireless mode usage 2008-08-07 09:49:44 -04:00
regd.h ath9k: Revamp wireless mode usage 2008-08-07 09:49:44 -04:00
xmit.c ath9k: Remove sc_lastrx as we don't use it anywhere 2008-08-29 16:24:10 -04:00