mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 18:41:48 +00:00
ath9k: Add device id of AR9485 to pci table
Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
a95f160008
commit
1435894dcd
@ -30,6 +30,7 @@ static DEFINE_PCI_DEVICE_TABLE(ath_pci_id_table) = {
|
|||||||
{ PCI_VDEVICE(ATHEROS, 0x002D) }, /* PCI */
|
{ PCI_VDEVICE(ATHEROS, 0x002D) }, /* PCI */
|
||||||
{ PCI_VDEVICE(ATHEROS, 0x002E) }, /* PCI-E */
|
{ PCI_VDEVICE(ATHEROS, 0x002E) }, /* PCI-E */
|
||||||
{ PCI_VDEVICE(ATHEROS, 0x0030) }, /* PCI-E AR9300 */
|
{ PCI_VDEVICE(ATHEROS, 0x0030) }, /* PCI-E AR9300 */
|
||||||
|
{ PCI_VDEVICE(ATHEROS, 0x0032) }, /* PCI-E AR9485 */
|
||||||
{ 0 }
|
{ 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user