diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2010-04-15 17:39:28 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-04-16 15:43:45 -0400 |
commit | b622a720b45def8dce816244a83b82992da4fe20 (patch) | |
tree | 0d9c2d852219a1b53e6387848a24dca97552f58e /drivers/net/wireless/ath/ath9k/Makefile | |
parent | 744d402580f959072f6b805a98745837f185c8e0 (diff) |
ath9k_hw: move AR9002 mac ops to its own file
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
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/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 b0702fc84651..dd112be218ab 100644 --- a/drivers/net/wireless/ath/ath9k/Makefile +++ b/drivers/net/wireless/ath/ath9k/Makefile | |||
@@ -30,6 +30,7 @@ ath9k_hw-y:= \ | |||
30 | ani.o \ | 30 | ani.o \ |
31 | btcoex.o \ | 31 | btcoex.o \ |
32 | mac.o \ | 32 | mac.o \ |
33 | ar9002_mac.o \ | ||
33 | ar9003_mac.o \ | 34 | ar9003_mac.o \ |
34 | ar9003_eeprom.o | 35 | ar9003_eeprom.o |
35 | 36 | ||