diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2013-12-31 06:41:59 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-01-04 00:37:00 +0400 |
commit | e6b1e46eb25c240f7ac462efce6ae7aad90e5b7a (patch) | |
tree | 06110a468571fbea948447dfb1a55fcfbb1b5416 /drivers/net/wireless/ath/ath9k/hw.h | |
parent | f5ee2b18e44d8752ea6e6fba978a873ed5f562bd (diff) | |
download | linux-e6b1e46eb25c240f7ac462efce6ae7aad90e5b7a.tar.xz |
ath9k: Assign macVersion for QCA9531
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.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 5e10ad9a2d74..e766399bdcda 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h @@ -52,6 +52,7 @@ #define AR9300_DEVID_QCA955X 0x0038 #define AR9485_DEVID_AR1111 0x0037 #define AR9300_DEVID_AR9565 0x0036 +#define AR9300_DEVID_AR953X 0x003d #define AR5416_AR9100_DEVID 0x000b |