提交 050fd820 编写于 作者: D Damien Thébault 提交者: Kalle Valo

ath9k: Add Dell Wireless 1601 with wowlan capability

Add the Dell Wireless 1601 card as an AR9462 in the ath9k pci list.
Note that the wowlan feature is supported and has been tested
successfully.
Signed-off-by: NDamien Thébault <damien@dtbo.net>
Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
上级 b7dcf68f
...@@ -383,6 +383,11 @@ static const struct pci_device_id ath_pci_id_table[] = { ...@@ -383,6 +383,11 @@ static const struct pci_device_id ath_pci_id_table[] = {
0x10CF, /* Fujitsu */ 0x10CF, /* Fujitsu */
0x1783), 0x1783),
.driver_data = ATH9K_PCI_WOW }, .driver_data = ATH9K_PCI_WOW },
{ PCI_DEVICE_SUB(PCI_VENDOR_ID_ATHEROS,
0x0034,
PCI_VENDOR_ID_DELL,
0x020B),
.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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册