* [PATCH] Added support for Dell Wireless 1537 which is an Qualcomm Atheros AR6004X with an sdio ID of 0x19. hardware ID is 0271:0419. And tested it on a Dell Venue 11 Pro 7130 with a compiled kernel.
@ 2018-05-21 21:26 Guy Chronister
2018-05-25 11:46 ` Kalle Valo
2018-06-13 11:43 ` Kalle Valo
0 siblings, 2 replies; 3+ messages in thread
From: Guy Chronister @ 2018-05-21 21:26 UTC (permalink / raw)
To: linux-wireless; +Cc: guychronister, Guy Chronister
Signed-off-by: Guy Chronister <guylovesbritt@gmail.com>
---
drivers/net/wireless/ath/ath6kl/sdio.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/wireless/ath/ath6kl/sdio.c b/drivers/net/wireless/ath/ath6kl/sdio.c
index 2195b1b7a8a6..bb50680580f3 100644
--- a/drivers/net/wireless/ath/ath6kl/sdio.c
+++ b/drivers/net/wireless/ath/ath6kl/sdio.c
@@ -1415,6 +1415,7 @@ static const struct sdio_device_id ath6kl_sdio_devices[] = {
{SDIO_DEVICE(MANUFACTURER_CODE, (MANUFACTURER_ID_AR6004_BASE | 0x1))},
{SDIO_DEVICE(MANUFACTURER_CODE, (MANUFACTURER_ID_AR6004_BASE | 0x2))},
{SDIO_DEVICE(MANUFACTURER_CODE, (MANUFACTURER_ID_AR6004_BASE | 0x18))},
+ {SDIO_DEVICE(MANUFACTURER_CODE, (MANUFACTURER_ID_AR6004_BASE | 0x19))},
{},
};
--
2.17.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Added support for Dell Wireless 1537 which is an Qualcomm Atheros AR6004X with an sdio ID of 0x19. hardware ID is 0271:0419. And tested it on a Dell Venue 11 Pro 7130 with a compiled kernel.
2018-05-21 21:26 [PATCH] Added support for Dell Wireless 1537 which is an Qualcomm Atheros AR6004X with an sdio ID of 0x19. hardware ID is 0271:0419. And tested it on a Dell Venue 11 Pro 7130 with a compiled kernel Guy Chronister
@ 2018-05-25 11:46 ` Kalle Valo
2018-06-13 11:43 ` Kalle Valo
1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2018-05-25 11:46 UTC (permalink / raw)
To: Guy Chronister; +Cc: linux-wireless, guychronister
Guy Chronister <guylovesbritt@gmail.com> writes:
> Signed-off-by: Guy Chronister <guylovesbritt@gmail.com>
The commit log formatting was wrong, I fixed like this in the pending
branch (also added the word "self"):
ath6kl: add support for Dell Wireless 1537
This is a Qualcomm Atheros AR6004X with an sdio ID of 0x19 and hardware ID of
0271:0419. Tested on a Dell Venue 11 Pro 7130 with a self compiled kernel
--
Kalle Valo
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Added support for Dell Wireless 1537 which is an Qualcomm Atheros AR6004X with an sdio ID of 0x19. hardware ID is 0271:0419. And tested it on a Dell Venue 11 Pro 7130 with a compiled kernel.
2018-05-21 21:26 [PATCH] Added support for Dell Wireless 1537 which is an Qualcomm Atheros AR6004X with an sdio ID of 0x19. hardware ID is 0271:0419. And tested it on a Dell Venue 11 Pro 7130 with a compiled kernel Guy Chronister
2018-05-25 11:46 ` Kalle Valo
@ 2018-06-13 11:43 ` Kalle Valo
1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2018-06-13 11:43 UTC (permalink / raw)
To: Guy Chronister; +Cc: linux-wireless, guychronister, Guy Chronister
Guy Chronister <guylovesbritt@gmail.com> wrote:
> This is a Qualcomm Atheros AR6004X with an sdio ID of 0x19 and hardware ID of
> 0271:0419. Tested on a Dell Venue 11 Pro 7130 with a self compiled kernel.
>
> Signed-off-by: Guy Chronister <guylovesbritt@gmail.com>
> [kvalo@codeaurora.org: cleanup commit log]
> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Patch applied to ath-next branch of ath.git, thanks.
87b466f42e8f ath6kl: add support for Dell Wireless 1537
--
https://patchwork.kernel.org/patch/10416657/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-06-13 11:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-21 21:26 [PATCH] Added support for Dell Wireless 1537 which is an Qualcomm Atheros AR6004X with an sdio ID of 0x19. hardware ID is 0271:0419. And tested it on a Dell Venue 11 Pro 7130 with a compiled kernel Guy Chronister
2018-05-25 11:46 ` Kalle Valo
2018-06-13 11:43 ` 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).