Explorar o código

ath9k: Add Dell Wireless 1802 with wowlan capability

Add the Dell Wireless 1802 card as an AR9462 in the ath9k pci list.
Note that the wowlan feature is supported and has been tested
successfully.

Signed-off by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Rosen Penev %!s(int64=8) %!d(string=hai) anos
pai
achega
129e12a9eb
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      drivers/net/wireless/ath/ath9k/pci.c

+ 5 - 0
drivers/net/wireless/ath/ath9k/pci.c

@@ -388,6 +388,11 @@ static const struct pci_device_id ath_pci_id_table[] = {
 			 PCI_VENDOR_ID_DELL,
 			 PCI_VENDOR_ID_DELL,
 			 0x020B),
 			 0x020B),
 	  .driver_data = ATH9K_PCI_WOW },
 	  .driver_data = ATH9K_PCI_WOW },
+	{ PCI_DEVICE_SUB(PCI_VENDOR_ID_ATHEROS,
+			 0x0034,
+			 PCI_VENDOR_ID_DELL,
+			 0x0300),
+	  .driver_data = ATH9K_PCI_WOW },
 
 
 	/* Killer Wireless (2x2) */
 	/* Killer Wireless (2x2) */
 	{ PCI_DEVICE_SUB(PCI_VENDOR_ID_ATHEROS,
 	{ PCI_DEVICE_SUB(PCI_VENDOR_ID_ATHEROS,