diff options
author | Senthil Balasubramanian <senthilkumar@atheros.com> | 2010-04-16 01:39:14 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-04-16 23:43:37 +0400 |
commit | 15c9ee7af8a3527a82013ea447da2d8c491aabfe (patch) | |
tree | 01ddec2e3724a2fea801eafab59c3c82d4cb8a73 /drivers/net/wireless/ath/ath9k/Makefile | |
parent | 49101676b2f1a66e0043509423e876414c73b5aa (diff) | |
download | linux-15c9ee7af8a3527a82013ea447da2d8c491aabfe.tar.xz |
ath9k_hw: Implement AR9003 eeprom callbacks
Signed-off-by: Senthil Balasubramanian <senthilkumar@atheros.com>
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/Makefile b/drivers/net/wireless/ath/ath9k/Makefile index ee8f7e87e9ce..b0702fc84651 100644 --- a/drivers/net/wireless/ath/ath9k/Makefile +++ b/drivers/net/wireless/ath/ath9k/Makefile @@ -30,7 +30,8 @@ ath9k_hw-y:= \ ani.o \ btcoex.o \ mac.o \ - ar9003_mac.o + ar9003_mac.o \ + ar9003_eeprom.o obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o |