diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2010-04-15 23:38:19 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-04-16 21:43:20 +0200 |
commit | 8525f2801df14b6c4ae6a96127e47d646be5304c (patch) | |
tree | f5fcd937c457e5d9003c027f6f62d68079f04cd9 /drivers/net/wireless/ath/ath9k/Makefile | |
parent | ath9k_hw: Add the PCI IDs for AR9300 and fill up the pci_id_tables (diff) | |
download | linux-8525f2801df14b6c4ae6a96127e47d646be5304c.tar.xz linux-8525f2801df14b6c4ae6a96127e47d646be5304c.zip |
ath9k_hw: Add AR9003 PHY support
This add stubs for PHY support for the AR9003 hardware family.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/Makefile b/drivers/net/wireless/ath/ath9k/Makefile index db63ba298049..ecf3f8c71d6f 100644 --- a/drivers/net/wireless/ath/ath9k/Makefile +++ b/drivers/net/wireless/ath/ath9k/Makefile @@ -14,6 +14,7 @@ ath9k-$(CONFIG_ATH9K_DEBUGFS) += debug.o obj-$(CONFIG_ATH9K) += ath9k.o ath9k_hw-y:= hw.o \ + ar9003_phy.o \ ar9002_phy.o \ ar5008_phy.o \ eeprom.o \ |