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:
80d6e96
)
ath9k: add AR9580 support
author
Luis R. Rodriguez
<
[email protected]
>
Tue, 23 Aug 2011 20:37:07 +0000
(13:37 -0700)
committer
John W. Linville
<
[email protected]
>
Fri, 26 Aug 2011 14:47:58 +0000
(10:47 -0400)
This has been tested in STA and AP mode by Florian.
Cc: David Quan <
[email protected]
>
Cc: Kathy Giori <
[email protected]
>
Cc: Senthil Balasubramanian <
[email protected]
>
Tested-by: Florian Fainelli <
[email protected]
>
Signed-off-by: Luis R. Rodriguez <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/ath/ath9k/pci.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath9k/pci.c
b/drivers/net/wireless/ath/ath9k/pci.c
index 91c2e64de799e0f7d52c162830872927a17f46a6..891661a61513cdb65e0a4f5390a5d70f1abc3557 100644
(file)
--- a/
drivers/net/wireless/ath/ath9k/pci.c
+++ b/
drivers/net/wireless/ath/ath9k/pci.c
@@
-32,6
+32,7
@@
static DEFINE_PCI_DEVICE_TABLE(ath_pci_id_table) = {
{ PCI_VDEVICE(ATHEROS, 0x002E) }, /* PCI-E */
{ PCI_VDEVICE(ATHEROS, 0x0030) }, /* PCI-E AR9300 */
{ PCI_VDEVICE(ATHEROS, 0x0032) }, /* PCI-E AR9485 */
+ { PCI_VDEVICE(ATHEROS, 0x0033) }, /* PCI-E AR9580 */
{ 0 }
};