diff options
author | Vasanthakumar Thiagarajan <vasanth@atheros.com> | 2010-12-06 04:27:36 -0800 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-12-07 16:34:50 -0500 |
commit | 3050c9146b2a4c98a916192fac2867c0023ec2b1 (patch) | |
tree | f0cf9aa371a0c23bf3ed9e2cf939fed95b40c77f /drivers/net/wireless/ath/ath9k/hw.h | |
parent | d9c803e1864d563b07382eb1bb8979cd70b1001e (diff) | |
download | blackbird-obmc-linux-3050c9146b2a4c98a916192fac2867c0023ec2b1.tar.gz blackbird-obmc-linux-3050c9146b2a4c98a916192fac2867c0023ec2b1.zip |
ath9k_hw: Enable hw initialization for AR9485
Also make it a supported mac
Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index ee0b1cfe9c5e..0649ae6b33dd 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h @@ -43,6 +43,7 @@ #define AR9287_DEVID_PCI 0x002d #define AR9287_DEVID_PCIE 0x002e #define AR9300_DEVID_PCIE 0x0030 +#define AR9300_DEVID_AR9485_PCIE 0x0032 #define AR5416_AR9100_DEVID 0x000b |