mac80211: ath9k: fix qca956x name also
Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 46243
This commit is contained in:
parent
81a7f0382f
commit
aab3ecdfd8
1 changed files with 8 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue