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:
a95f160
)
ath9k: Add device id of AR9485 to pci table
author
Vasanthakumar Thiagarajan
<
[email protected]
>
Mon, 6 Dec 2010 12:28:00 +0000
(
04:28
-0800)
committer
John W. Linville
<
[email protected]
>
Tue, 7 Dec 2010 21:54:24 +0000
(16:54 -0500)
Signed-off-by: Vasanthakumar Thiagarajan <
[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 38d2221241b8487d038f215998d3ac054a782b4a..747b2871e48f86d838fbdf2da011bc1898a42783 100644
(file)
--- a/
drivers/net/wireless/ath/ath9k/pci.c
+++ b/
drivers/net/wireless/ath/ath9k/pci.c
@@
-30,6
+30,7
@@
static DEFINE_PCI_DEVICE_TABLE(ath_pci_id_table) = {
{ PCI_VDEVICE(ATHEROS, 0x002D) }, /* PCI */
{ PCI_VDEVICE(ATHEROS, 0x002E) }, /* PCI-E */
{ PCI_VDEVICE(ATHEROS, 0x0030) }, /* PCI-E AR9300 */
+ { PCI_VDEVICE(ATHEROS, 0x0032) }, /* PCI-E AR9485 */
{ 0 }
};