summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-09-20 13:45:40 +0200
committerJohn W. Linville <linville@tuxdriver.com>2010-09-21 11:05:35 -0400
commit6e5c2b4e8addfaab8ef54dedaf7b607e1585c35b (patch)
tree02a6ffb04e06f658fcb92860b14be41b38b4b99e /drivers/net/wireless/ath/ath9k/Makefile
parent334b06029ed3f5e31d773527d54fb40e3ee571f9 (diff)
downloadlinux-6e5c2b4e8addfaab8ef54dedaf7b607e1585c35b.tar.gz
linux-6e5c2b4e8addfaab8ef54dedaf7b607e1585c35b.tar.bz2
linux-6e5c2b4e8addfaab8ef54dedaf7b607e1585c35b.zip
ath9k: make the driver specific rate control module optional
ath9k can use minstrel_ht instead, so it makes sense to save some space here. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/Makefile')
-rw-r--r--drivers/net/wireless/ath/ath9k/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/Makefile b/drivers/net/wireless/ath/ath9k/Makefile
index 4555e9983903..aca01621c205 100644
--- a/drivers/net/wireless/ath/ath9k/Makefile
+++ b/drivers/net/wireless/ath/ath9k/Makefile
@@ -5,8 +5,8 @@ ath9k-y += beacon.o \
recv.o \
xmit.o \
virtual.o \
- rc.o
+ath9k-$(CONFIG_ATH9K_RATE_CONTROL) += rc.o
ath9k-$(CONFIG_PCI) += pci.o
ath9k-$(CONFIG_ATHEROS_AR71XX) += ahb.o
ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o