ath9k: Remove ath9k rate control
[deliverable/linux.git] / drivers / net / wireless / ath / ath9k / Makefile
CommitLineData
7322fd19 1ath9k-y += beacon.o \
0fca65c1 2 gpio.o \
55624204 3 init.o \
f078f209
LR
4 main.o \
5 recv.o \
ef1b6cd9 6 xmit.o \
8da07830
SM
7 link.o \
8 antenna.o
f078f209 9
4daa7760 10ath9k-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += mci.o
8e26a030
GJ
11ath9k-$(CONFIG_ATH9K_PCI) += pci.o
12ath9k-$(CONFIG_ATH9K_AHB) += ahb.o
29942bc1 13ath9k-$(CONFIG_ATH9K_DFS_DEBUGFS) += dfs_debug.o
ef6b19e4 14ath9k-$(CONFIG_ATH9K_DFS_CERTIFIED) += dfs.o
ef6b19e4 15ath9k-$(CONFIG_ATH9K_TX99) += tx99.o
e60001e7 16ath9k-$(CONFIG_ATH9K_WOW) += wow.o
88b126af 17
f65c0825
SM
18ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o \
19 spectral.o
20
1cdbaf0d
SM
21ath9k-$(CONFIG_ATH9K_STATION_STATISTICS) += debug_sta.o
22
f078f209 23obj-$(CONFIG_ATH9K) += ath9k.o
7322fd19 24
b3950e6a
LR
25ath9k_hw-y:= \
26 ar9002_hw.o \
27 ar9003_hw.o \
28 hw.o \
8525f280 29 ar9003_phy.o \
8fe65368
LR
30 ar9002_phy.o \
31 ar5008_phy.o \
795f5e2c
LR
32 ar9002_calib.o \
33 ar9003_calib.o \
324c74ad 34 ar9003_rtt.o \
795f5e2c 35 calib.o \
7322fd19
LR
36 eeprom.o \
37 eeprom_def.o \
38 eeprom_4k.o \
39 eeprom_9287.o \
7322fd19 40 ani.o \
7322fd19 41 mac.o \
b622a720 42 ar9002_mac.o \
15c9ee7a 43 ar9003_mac.o \
717f6bed 44 ar9003_eeprom.o \
dbccdd1d 45 ar9003_paprd.o
7322fd19 46
e60001e7 47ath9k_hw-$(CONFIG_ATH9K_WOW) += ar9003_wow.o
9c9cb10f 48
dbccdd1d
SM
49ath9k_hw-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += btcoex.o \
50 ar9003_mci.o
7322fd19 51obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o
db86f07e
LR
52
53obj-$(CONFIG_ATH9K_COMMON) += ath9k_common.o
54ath9k_common-y:= common.o
fb9987d0
S
55
56ath9k_htc-y += htc_hst.o \
57 hif_usb.o \
58 wmi.o \
59 htc_drv_txrx.o \
60 htc_drv_main.o \
61 htc_drv_beacon.o \
21cb9879
VN
62 htc_drv_init.o \
63 htc_drv_gpio.o
fb9987d0 64
8e42e4ba
SM
65ath9k_htc-$(CONFIG_ATH9K_HTC_DEBUGFS) += htc_drv_debug.o
66
fb9987d0 67obj-$(CONFIG_ATH9K_HTC) += ath9k_htc.o
This page took 0.632797 seconds and 5 git commands to generate.