linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ath9k: Add Dell Wireless 1601 with wowlan capability
@ 2017-04-06 11:51 Damien Thébault
  2017-04-14  9:53 ` Damien Thébault
  2017-04-19 13:59 ` Kalle Valo
  0 siblings, 2 replies; 4+ messages in thread
From: Damien Thébault @ 2017-04-06 11:51 UTC (permalink / raw)
  To: linux-wireless; +Cc: Kalle Valo, QCA ath9k Development


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: Damien Th=C3=A9bault <damien@dtbo.net>
---
 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/at=
h/ath9k/pci.c
index aff473dfa10d..7b7627f85d3a 100644
--- a/drivers/net/wireless/ath/ath9k/pci.c
+++ b/drivers/net/wireless/ath/ath9k/pci.c
@@ -383,6 +383,11 @@ static const struct pci_device_id ath_pci_id_table[] =
=3D {
 			 0x10CF, /* Fujitsu */
 			 0x1783),
 	  .driver_data =3D ATH9K_PCI_WOW },
+	{ PCI_DEVICE_SUB(PCI_VENDOR_ID_ATHEROS,
+			 0x0034,
+			 PCI_VENDOR_ID_DELL,
+			 0x020B),
+	  .driver_data =3D ATH9K_PCI_WOW },
=20
 	/* Killer Wireless (2x2) */
 	{ PCI_DEVICE_SUB(PCI_VENDOR_ID_ATHEROS,
--=20
2.12.2

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

* Re: [PATCH] ath9k: Add Dell Wireless 1601 with wowlan capability
  2017-04-06 11:51 [PATCH] ath9k: Add Dell Wireless 1601 with wowlan capability Damien Thébault
@ 2017-04-14  9:53 ` Damien Thébault
  2017-04-20  6:59   ` Kalle Valo
  2017-04-19 13:59 ` Kalle Valo
  1 sibling, 1 reply; 4+ messages in thread
From: Damien Thébault @ 2017-04-14  9:53 UTC (permalink / raw)
  To: linux-wireless; +Cc: Kalle Valo, QCA ath9k Development

Hello,

Sorry about this, but when I first sent this patch it didn't reach the
maintainers in Cc because of spam filters. My MX IP is now in spamhaus
PBL whitelist so this should work this time.


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: Damien Th=C3=A9bault <damien@dtbo.net>
---
 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/at=
h/ath9k/pci.c
index aff473dfa10d..7b7627f85d3a 100644
--- a/drivers/net/wireless/ath/ath9k/pci.c
+++ b/drivers/net/wireless/ath/ath9k/pci.c
@@ -383,6 +383,11 @@ static const struct pci_device_id ath_pci_id_table[] =
=3D {
 			 0x10CF, /* Fujitsu */
 			 0x1783),
 	  .driver_data =3D ATH9K_PCI_WOW },
+	{ PCI_DEVICE_SUB(PCI_VENDOR_ID_ATHEROS,
+			 0x0034,
+			 PCI_VENDOR_ID_DELL,
+			 0x020B),
+	  .driver_data =3D ATH9K_PCI_WOW },
=20
 	/* Killer Wireless (2x2) */
 	{ PCI_DEVICE_SUB(PCI_VENDOR_ID_ATHEROS,
--=20
2.12.2

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

* Re: ath9k: Add Dell Wireless 1601 with wowlan capability
  2017-04-06 11:51 [PATCH] ath9k: Add Dell Wireless 1601 with wowlan capability Damien Thébault
  2017-04-14  9:53 ` Damien Thébault
@ 2017-04-19 13:59 ` Kalle Valo
  1 sibling, 0 replies; 4+ messages in thread
From: Kalle Valo @ 2017-04-19 13:59 UTC (permalink / raw)
  To: Damien Thébault; +Cc: linux-wireless, Kalle Valo, QCA ath9k Development

Damien Thébault wrote:
> 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: Damien Thébault <damien@dtbo.net>

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

050fd820dc17 ath9k: Add Dell Wireless 1601 with wowlan capability

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

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

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

* Re: ath9k: Add Dell Wireless 1601 with wowlan capability
  2017-04-14  9:53 ` Damien Thébault
@ 2017-04-20  6:59   ` Kalle Valo
  0 siblings, 0 replies; 4+ messages in thread
From: Kalle Valo @ 2017-04-20  6:59 UTC (permalink / raw)
  To: Damien Thébault; +Cc: linux-wireless, QCA ath9k Development

Damien Thébault wrote:
> Hello,
> 
> Sorry about this, but when I first sent this patch it didn't reach the
> maintainers in Cc because of spam filters. My MX IP is now in spamhaus
> PBL whitelist so this should work this time.
> 
> 
> 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: Damien Thébault <damien@dtbo.net>

Actually the previous did make it to the list (and patchwork) and is now
applied:

https://patchwork.kernel.org/patch/9666923/

Patch set to Superseded.

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

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

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

end of thread, other threads:[~2017-04-20  6:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-06 11:51 [PATCH] ath9k: Add Dell Wireless 1601 with wowlan capability Damien Thébault
2017-04-14  9:53 ` Damien Thébault
2017-04-20  6:59   ` Kalle Valo
2017-04-19 13:59 ` 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).