]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ath9k: Add PCI ID for AR9565
authorSujith Manoharan <c_manoha@qualcomm.com>
Mon, 10 Sep 2012 03:50:39 +0000 (09:20 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 11 Sep 2012 19:31:42 +0000 (15:31 -0400)
Enable AR9565.

Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/pci.c

index a978984d78a53e93b5148ed54271deedf7b1d25c..a8f6126f6b2daf562beb7d84df7d5f6db6cc85cb 100644 (file)
@@ -38,6 +38,7 @@ static DEFINE_PCI_DEVICE_TABLE(ath_pci_id_table) = {
        { PCI_VDEVICE(ATHEROS, 0x0033) }, /* PCI-E  AR9580 */
        { PCI_VDEVICE(ATHEROS, 0x0034) }, /* PCI-E  AR9462 */
        { PCI_VDEVICE(ATHEROS, 0x0037) }, /* PCI-E  AR1111/AR9485 */
+       { PCI_VDEVICE(ATHEROS, 0x0036) }, /* PCI-E  AR9565 */
        { 0 }
 };