diff mbox

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.

Message ID 20180521212644.7838-1-guylovesbritt@gmail.com (mailing list archive)
State Accepted
Commit 87b466f42e8fa8c0297b23c4b9776bd4e5d9d029
Delegated to: Kalle Valo
Headers show

Commit Message

Guy Chronister May 21, 2018, 9:26 p.m. UTC
Signed-off-by: Guy Chronister <guylovesbritt@gmail.com>
---
 drivers/net/wireless/ath/ath6kl/sdio.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Kalle Valo May 25, 2018, 11:46 a.m. UTC | #1
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 June 13, 2018, 11:43 a.m. UTC | #2
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
diff mbox

Patch

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))},
 	{},
 };