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:
5245e3a
)
ath9k: Fix phy info print message with AR9485 chipset.
author
Senthil Balasubramanian
<
[email protected]
>
Fri, 1 Apr 2011 11:46:33 +0000
(17:16 +0530)
committer
John W. Linville
<
[email protected]
>
Mon, 4 Apr 2011 19:22:11 +0000
(15:22 -0400)
The phy information print during driver init time doesn't show
the numeric part of the chip name properly for AR9485. This patch
addresses this issue by adding the string to the respective array.
Signed-off-by: Senthil Balasubramanian <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
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 338b07502f1adc5621c60815a8f5ce8c0e0345e6..1ec9bcd6b2815c28b34cfd4b2a232c8b055dd716 100644
(file)
--- a/
drivers/net/wireless/ath/ath9k/hw.c
+++ b/
drivers/net/wireless/ath/ath9k/hw.c
@@
-2546,6
+2546,7
@@
static struct {
{ AR_SREV_VERSION_9287, "9287" },
{ AR_SREV_VERSION_9271, "9271" },
{ AR_SREV_VERSION_9300, "9300" },
+ { AR_SREV_VERSION_9485, "9485" },
};
/* For devices with external radios */