diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-07-03 13:13:15 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-07-09 16:36:22 -0400 |
commit | b123377935bb62990e426d0386360476890d8e63 (patch) | |
tree | 6e4f88d449629db1d848d0cc430576c7e3f7cca5 /drivers/net/wireless/ath | |
parent | f9f674cb88c7ca390e863ee7410300437a8ac308 (diff) |
ath9k: define DEVID for QCA955x
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Acked-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath')
-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 94096607cbdd..97060c66d3b5 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h | |||
@@ -48,6 +48,7 @@ | |||
48 | #define AR9300_DEVID_AR9580 0x0033 | 48 | #define AR9300_DEVID_AR9580 0x0033 |
49 | #define AR9300_DEVID_AR9462 0x0034 | 49 | #define AR9300_DEVID_AR9462 0x0034 |
50 | #define AR9300_DEVID_AR9330 0x0035 | 50 | #define AR9300_DEVID_AR9330 0x0035 |
51 | #define AR9300_DEVID_QCA955X 0x0038 | ||
51 | 52 | ||
52 | #define AR5416_AR9100_DEVID 0x000b | 53 | #define AR5416_AR9100_DEVID 0x000b |
53 | 54 | ||