aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/ath10k/921-ath10k_init_devices_synchronously.patch
diff options
context:
space:
mode:
authorZhijun You <hujy652@gmail.com>2021-10-27 02:35:21 +0800
committerHauke Mehrtens <hauke@hauke-m.de>2021-10-30 21:17:20 +0200
commite6a486fe79174bb256db489363304ce236d012bb (patch)
tree21a629632bccbf15691b1fae60b2e4326c52cb57 /package/kernel/mac80211/patches/ath10k/921-ath10k_init_devices_synchronously.patch
parent2d2c7c4250016a34f67b3e62c25f5fcc1a2f07e2 (diff)
downloadupstream-e6a486fe79174bb256db489363304ce236d012bb.tar.gz
upstream-e6a486fe79174bb256db489363304ce236d012bb.tar.bz2
upstream-e6a486fe79174bb256db489363304ce236d012bb.zip
ath10k: backport fix for module load regression with iram-recovery
Backport upstream fix for module load regression caused by IRAM recovery. Without this patch devices using mainline ath10k driver could lost wireless function because ath10k module failed to load. Signed-off-by: Zhijun You <hujy652@gmail.com>
Diffstat (limited to 'package/kernel/mac80211/patches/ath10k/921-ath10k_init_devices_synchronously.patch')
-rw-r--r--package/kernel/mac80211/patches/ath10k/921-ath10k_init_devices_synchronously.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/ath10k/921-ath10k_init_devices_synchronously.patch b/package/kernel/mac80211/patches/ath10k/921-ath10k_init_devices_synchronously.patch
index 7648ec3b7a..9ff1224c43 100644
--- a/package/kernel/mac80211/patches/ath10k/921-ath10k_init_devices_synchronously.patch
+++ b/package/kernel/mac80211/patches/ath10k/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
-@@ -3345,6 +3345,16 @@ int ath10k_core_register(struct ath10k *
+@@ -3352,6 +3352,16 @@ int ath10k_core_register(struct ath10k *
queue_work(ar->workqueue, &ar->register_work);