diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-09-23 23:07:02 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-07 16:39:42 -0400 |
commit | 7976b4263cb05dc638297d35f2a42375090ebaff (patch) | |
tree | f98e4bb1d2f1356915be05521782ac1adb63d90d /drivers/net/wireless/ath/ath9k/hw.h | |
parent | 3ca340381a1da26906dc766a1e4f8a5d0a613189 (diff) |
ath9k_hw: add AR9271 srev and device ID to allow hw to support ar9271
This allows for hw support to be enabled for ar9271.
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/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index 773f5c405c0e..f782c1a06b34 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h | |||
@@ -33,13 +33,18 @@ | |||
33 | #include "../debug.h" | 33 | #include "../debug.h" |
34 | 34 | ||
35 | #define ATHEROS_VENDOR_ID 0x168c | 35 | #define ATHEROS_VENDOR_ID 0x168c |
36 | |||
36 | #define AR5416_DEVID_PCI 0x0023 | 37 | #define AR5416_DEVID_PCI 0x0023 |
37 | #define AR5416_DEVID_PCIE 0x0024 | 38 | #define AR5416_DEVID_PCIE 0x0024 |
38 | #define AR9160_DEVID_PCI 0x0027 | 39 | #define AR9160_DEVID_PCI 0x0027 |
39 | #define AR9280_DEVID_PCI 0x0029 | 40 | #define AR9280_DEVID_PCI 0x0029 |
40 | #define AR9280_DEVID_PCIE 0x002a | 41 | #define AR9280_DEVID_PCIE 0x002a |
41 | #define AR9285_DEVID_PCIE 0x002b | 42 | #define AR9285_DEVID_PCIE 0x002b |
43 | |||
42 | #define AR5416_AR9100_DEVID 0x000b | 44 | #define AR5416_AR9100_DEVID 0x000b |
45 | |||
46 | #define AR9271_USB 0x9271 | ||
47 | |||
43 | #define AR_SUBVENDOR_ID_NOG 0x0e11 | 48 | #define AR_SUBVENDOR_ID_NOG 0x0e11 |
44 | #define AR_SUBVENDOR_ID_NEW_A 0x7065 | 49 | #define AR_SUBVENDOR_ID_NEW_A 0x7065 |
45 | #define AR5416_MAGIC 0x19641014 | 50 | #define AR5416_MAGIC 0x19641014 |