linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ath9k: Add Dell Wireless 1802 with wowlan capability
@ 2017-07-14  2:10 Rosen Penev
  2017-08-03 11:39 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Rosen Penev @ 2017-07-14  2:10 UTC (permalink / raw)
  To: linux-wireless; +Cc: ath9k-devel, Rosen Penev

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>
---
 drivers/net/wireless/ath/ath9k/pci.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/drivers/net/wireless/ath/ath9k/pci.c b/drivers/net/wireless/ath/ath9k/pci.c
index 7b7627f85d3a..223606311261 100644
--- a/drivers/net/wireless/ath/ath9k/pci.c
+++ b/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,
 			 0x020B),
 	  .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) */
 	{ PCI_DEVICE_SUB(PCI_VENDOR_ID_ATHEROS,
-- 
2.13.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: ath9k: Add Dell Wireless 1802 with wowlan capability
  2017-07-14  2:10 [PATCH] ath9k: Add Dell Wireless 1802 with wowlan capability Rosen Penev
@ 2017-08-03 11:39 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2017-08-03 11:39 UTC (permalink / raw)
  To: Rosen Penev; +Cc: linux-wireless, ath9k-devel, Rosen Penev

Rosen Penev <rosenp@gmail.com> wrote:

> 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>

Patch applied to ath-next branch of ath.git, thanks.

129e12a9eb42 ath9k: Add Dell Wireless 1802 with wowlan capability

-- 
https://patchwork.kernel.org/patch/9839787/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-03 11:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-14  2:10 [PATCH] ath9k: Add Dell Wireless 1802 with wowlan capability Rosen Penev
2017-08-03 11:39 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).