aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/921-ath10k_init_devices_synchronously.patch
diff options
context:
space:
mode:
authorThomas Hebb <tommyhebb@gmail.com>2018-01-12 15:59:25 -0500
committerMathias Kresin <dev@kresin.me>2018-04-20 21:08:52 +0200
commit751746c736bbda828ff1add002a0419a3b883e63 (patch)
tree93bace393f02095608250ba336f71a8addcbcc0e /package/kernel/mac80211/patches/921-ath10k_init_devices_synchronously.patch
parent16b25ad8292eee4492a9b8309dc6c15b298d040a (diff)
downloadupstream-751746c736bbda828ff1add002a0419a3b883e63.tar.gz
upstream-751746c736bbda828ff1add002a0419a3b883e63.tar.bz2
upstream-751746c736bbda828ff1add002a0419a3b883e63.zip
mac80211: update patch to read ath10k variant from DT
This patch was revised upstream before being merged, and OpenWrt's copy was never updated to reflect the revision. Signed-off-by: Thomas Hebb <tommyhebb@gmail.com> [refreshed patches] Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'package/kernel/mac80211/patches/921-ath10k_init_devices_synchronously.patch')
-rw-r--r--package/kernel/mac80211/patches/921-ath10k_init_devices_synchronously.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/921-ath10k_init_devices_synchronously.patch b/package/kernel/mac80211/patches/921-ath10k_init_devices_synchronously.patch
index 3b1e9673bb..2c466a300c 100644
--- a/package/kernel/mac80211/patches/921-ath10k_init_devices_synchronously.patch
+++ b/package/kernel/mac80211/patches/921-ath10k_init_devices_synchronously.patch
@@ -14,7 +14,7 @@ Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
--- a/drivers/net/wireless/ath/ath10k/core.c
+++ b/drivers/net/wireless/ath/ath10k/core.c
-@@ -2458,6 +2458,16 @@ int ath10k_core_register(struct ath10k *
+@@ -2494,6 +2494,16 @@ int ath10k_core_register(struct ath10k *
ar->chip_id = chip_id;
queue_work(ar->workqueue, &ar->register_work);