diff options
author | John Crispin <blogic@openwrt.org> | 2015-07-07 13:47:51 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-07-07 13:47:51 +0000 |
commit | 6a6663dc27f27e88bcd345a3d02efa524bdb07bc (patch) | |
tree | 1535a51e3d9da25294dfc0d5bb2a663d405e1545 /package/kernel | |
parent | 68ae968961c2be61604845400a5c5f4d310d5346 (diff) | |
download | master-187ad058-6a6663dc27f27e88bcd345a3d02efa524bdb07bc.tar.gz master-187ad058-6a6663dc27f27e88bcd345a3d02efa524bdb07bc.tar.bz2 master-187ad058-6a6663dc27f27e88bcd345a3d02efa524bdb07bc.zip |
mac80211: ath9k: fix qca956x name also
Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46243 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/mac80211/patches/301-ath9k_hw-fix-device-ID-check-for-AR956x.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/kernel/mac80211/patches/301-ath9k_hw-fix-device-ID-check-for-AR956x.patch b/package/kernel/mac80211/patches/301-ath9k_hw-fix-device-ID-check-for-AR956x.patch index ecb5340ad1..5998be868b 100644 --- a/package/kernel/mac80211/patches/301-ath9k_hw-fix-device-ID-check-for-AR956x.patch +++ b/package/kernel/mac80211/patches/301-ath9k_hw-fix-device-ID-check-for-AR956x.patch @@ -18,3 +18,11 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org> } val = REG_READ(ah, AR_SREV) & AR_SREV_ID; +@@ -3169,6 +3170,7 @@ static struct { + { AR_SREV_VERSION_9550, "9550" }, + { AR_SREV_VERSION_9565, "9565" }, + { AR_SREV_VERSION_9531, "9531" }, ++ { AR_SREV_VERSION_9561, "956X" }, + }; + + /* For devices with external radios */ |