aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/921-ath10k_init_devices_synchronously.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-07-18 19:10:38 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-07-18 19:10:38 +0000
commitb4bbddbce2f89b38e2129623d838b74e166b04c8 (patch)
treefd1c12fef59aa093e40c94bfc130b60913cb9ef3 /package/kernel/mac80211/patches/921-ath10k_init_devices_synchronously.patch
parent7c630826c3aa3516cccc96b6e80cb3aaffa19813 (diff)
downloadmaster-187ad058-b4bbddbce2f89b38e2129623d838b74e166b04c8.tar.gz
master-187ad058-b4bbddbce2f89b38e2129623d838b74e166b04c8.tar.bz2
master-187ad058-b4bbddbce2f89b38e2129623d838b74e166b04c8.zip
cfg80211: fix a locking issue (#20098)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46413 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 a6586666fc..43b2448ff2 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
-@@ -1422,6 +1422,16 @@ int ath10k_core_register(struct ath10k *
+@@ -1417,6 +1417,16 @@ int ath10k_core_register(struct ath10k *
ar->chip_id = chip_id;
queue_work(ar->workqueue, &ar->register_work);