From 621dd13590c0a43ee67ef3c23fa0ae2b9dd152da Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 18 Jul 2015 19:10:38 +0000 Subject: cfg80211: fix a locking issue (#20098) Signed-off-by: Felix Fietkau SVN-Revision: 46413 --- .../kernel/mac80211/patches/921-ath10k_init_devices_synchronously.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/kernel/mac80211/patches/921-ath10k_init_devices_synchronously.patch') 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 --- 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); -- cgit v1.2.3