projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc645df
)
ath9k: add correct MAC/BB name for ar9561
author
Miaoqing Pan
<miaoqing@qca.qualcomm.com>
Wed, 12 Aug 2015 06:20:46 +0000
(14:20 +0800)
committer
Kalle Valo
<kvalo@codeaurora.org>
Tue, 18 Aug 2015 06:07:24 +0000
(09:07 +0300)
MAC/BB name is"????" if the MAC/BB is unknown.
Signed-off-by: Miaoqing Pan <miaoqing@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath9k/hw.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath9k/hw.c
b/drivers/net/wireless/ath/ath9k/hw.c
index a31a6804dc34eff8174b06e15d8ee14bb5405888..1dd0339de372901d753fa70f975e4c5b0f492f21 100644
(file)
--- a/
drivers/net/wireless/ath/ath9k/hw.c
+++ b/
drivers/net/wireless/ath/ath9k/hw.c
@@
-3186,6
+3186,7
@@
static struct {
{ AR_SREV_VERSION_9550, "9550" },
{ AR_SREV_VERSION_9565, "9565" },
{ AR_SREV_VERSION_9531, "9531" },
+ { AR_SREV_VERSION_9561, "9561" },
};
/* For devices with external radios */