summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/Makefile
diff options
context:
space:
mode:
authorIvo van Doorn2009-07-01 15:17:35 +0200
committerJohn W. Linville2009-07-10 21:02:27 +0200
commite47a5cddf893815e7da16e3226b959af785d8aaf (patch)
tree15766b50789f0a9ebffabd8ba0c57f47eff99130 /drivers/net/wireless/rt2x00/Makefile
parentiwlwifi: fix aggregation limit (diff)
downloadkernel-qcow2-linux-e47a5cddf893815e7da16e3226b959af785d8aaf.tar.gz
kernel-qcow2-linux-e47a5cddf893815e7da16e3226b959af785d8aaf.tar.xz
kernel-qcow2-linux-e47a5cddf893815e7da16e3226b959af785d8aaf.zip
rt2x00: use wiphy rfkill interface
Remove the input_polldev from rt2x00 and replace it with the rfkill interface offered by the wiphy structure. This simplifies the entire rfkill handling in rt2x00 and allows us to remove the CONFIG_RT2X00_LIB_RFKILL option and always enables rfkill capabilities. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rt2x00/Makefile')
-rw-r--r--drivers/net/wireless/rt2x00/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/Makefile b/drivers/net/wireless/rt2x00/Makefile
index bfc7226f0afe..13043ea97667 100644
--- a/drivers/net/wireless/rt2x00/Makefile
+++ b/drivers/net/wireless/rt2x00/Makefile
@@ -5,7 +5,6 @@ rt2x00lib-y += rt2x00queue.o
rt2x00lib-y += rt2x00link.o
rt2x00lib-$(CONFIG_RT2X00_LIB_DEBUGFS) += rt2x00debug.o
rt2x00lib-$(CONFIG_RT2X00_LIB_CRYPTO) += rt2x00crypto.o
-rt2x00lib-$(CONFIG_RT2X00_LIB_RFKILL) += rt2x00rfkill.o
rt2x00lib-$(CONFIG_RT2X00_LIB_FIRMWARE) += rt2x00firmware.o
rt2x00lib-$(CONFIG_RT2X00_LIB_LEDS) += rt2x00leds.o
rt2x00lib-$(CONFIG_RT2X00_LIB_HT) += rt2x00ht.o