mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 06:06:16 +02:00
11 lines
378 B
Diff
11 lines
378 B
Diff
|
--- a/drivers/net/wireless/ath/ath9k/pci.c
|
||
|
+++ b/drivers/net/wireless/ath/ath9k/pci.c
|
||
|
@@ -29,6 +29,7 @@ static DEFINE_PCI_DEVICE_TABLE(ath_pci_i
|
||
|
{ PCI_VDEVICE(ATHEROS, 0x002C) }, /* PCI-E 802.11n bonded out */
|
||
|
{ PCI_VDEVICE(ATHEROS, 0x002D) }, /* PCI */
|
||
|
{ PCI_VDEVICE(ATHEROS, 0x002E) }, /* PCI-E */
|
||
|
+ { PCI_VDEVICE(ATHEROS, 0x0030) }, /* PCI-E AR9300 */
|
||
|
{ 0 }
|
||
|
};
|
||
|
|