summaryrefslogtreecommitdiffstats
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
commit621dd13590c0a43ee67ef3c23fa0ae2b9dd152da (patch)
tree53a1caabc3fb2854b83bc3d4b1a1d773494f7048 /package/kernel/mac80211/patches/921-ath10k_init_devices_synchronously.patch
parent363f32c8ac1da6906b8e50f167fc3ec95b1946e0 (diff)
downloadmaster-31e0f0ae-621dd13590c0a43ee67ef3c23fa0ae2b9dd152da.tar.gz
master-31e0f0ae-621dd13590c0a43ee67ef3c23fa0ae2b9dd152da.tar.bz2
master-31e0f0ae-621dd13590c0a43ee67ef3c23fa0ae2b9dd152da.zip
cfg80211: fix a locking issue (#20098)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46413
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);