summaryrefslogtreecommitdiffstats
path: root/support-Dell-OEM-chipset-found-in-Venue-8-Pro-SDIO-I.patch
diff options
context:
space:
mode:
authorAdam Williamson <awilliam@redhat.com>2014-09-09 17:30:51 -0700
committerAdam Williamson <awilliam@redhat.com>2014-09-09 17:30:51 -0700
commit0e84f13bb3d2c05087ae99a9cf84b904a21fa5c5 (patch)
tree3fbe4c5d908dac51ccdcece22c8ad5260b1591f7 /support-Dell-OEM-chipset-found-in-Venue-8-Pro-SDIO-I.patch
parent28e375d8b0b3b78ea9c55d5b96ce87758f707bcd (diff)
downloadkernel-0e84f13bb3d2c05087ae99a9cf84b904a21fa5c5.tar.gz
kernel-0e84f13bb3d2c05087ae99a9cf84b904a21fa5c5.tar.xz
kernel-0e84f13bb3d2c05087ae99a9cf84b904a21fa5c5.zip
attempt to support Venue 8 Pro wireless (ath6kl backport + add ID)
Backport the latest significant changes from ath6kl in 3.17, and add the SDIO ID of the V8P's wireless adapter. This should possibly make wireless work on the V8P.
Diffstat (limited to 'support-Dell-OEM-chipset-found-in-Venue-8-Pro-SDIO-I.patch')
-rw-r--r--support-Dell-OEM-chipset-found-in-Venue-8-Pro-SDIO-I.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/support-Dell-OEM-chipset-found-in-Venue-8-Pro-SDIO-I.patch b/support-Dell-OEM-chipset-found-in-Venue-8-Pro-SDIO-I.patch
new file mode 100644
index 000000000..dbcd736b9
--- /dev/null
+++ b/support-Dell-OEM-chipset-found-in-Venue-8-Pro-SDIO-I.patch
@@ -0,0 +1,25 @@
+From da8b582fd0bf505d269d5d9e69f1607ea69d1d33 Mon Sep 17 00:00:00 2001
+From: Adam Williamson <awilliam@redhat.com>
+Date: Tue, 9 Sep 2014 17:26:15 -0700
+Subject: [PATCH] support Dell OEM chipset found in Venue 8 Pro (SDIO ID
+ 0271:0418)
+
+---
+ 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 339d89f..5384f14 100644
+--- a/drivers/net/wireless/ath/ath6kl/sdio.c
++++ b/drivers/net/wireless/ath/ath6kl/sdio.c
+@@ -1400,6 +1400,7 @@ static const struct sdio_device_id ath6kl_sdio_devices[] = {
+ {SDIO_DEVICE(MANUFACTURER_CODE, (MANUFACTURER_ID_AR6003_BASE | 0x1))},
+ {SDIO_DEVICE(MANUFACTURER_CODE, (MANUFACTURER_ID_AR6004_BASE | 0x0))},
+ {SDIO_DEVICE(MANUFACTURER_CODE, (MANUFACTURER_ID_AR6004_BASE | 0x1))},
++ {SDIO_DEVICE(MANUFACTURER_CODE, (MANUFACTURER_ID_AR6004_BASE | 0x18))},
+ {},
+ };
+
+--
+2.1.0
+