aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/860-brcmfmac-register-wiphy-s-during-module_init.patch
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2018-08-16 10:19:01 +0200
committerRafał Miłecki <rafal@milecki.pl>2018-08-16 13:15:02 +0200
commite3bc2e488d03b697a7168812c6c559c4bba0b49d (patch)
treed8aaabb583fbf1771efd4d327bfb54fc880b4a9a /package/kernel/mac80211/patches/860-brcmfmac-register-wiphy-s-during-module_init.patch
parent00b4e65677266b589e40999578b5a47eacc1b06e (diff)
downloadupstream-e3bc2e488d03b697a7168812c6c559c4bba0b49d.tar.gz
upstream-e3bc2e488d03b697a7168812c6c559c4bba0b49d.tar.bz2
upstream-e3bc2e488d03b697a7168812c6c559c4bba0b49d.zip
mac80211: brcmfmac: backport important changes from the 4.13
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'package/kernel/mac80211/patches/860-brcmfmac-register-wiphy-s-during-module_init.patch')
-rw-r--r--package/kernel/mac80211/patches/860-brcmfmac-register-wiphy-s-during-module_init.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/860-brcmfmac-register-wiphy-s-during-module_init.patch b/package/kernel/mac80211/patches/860-brcmfmac-register-wiphy-s-during-module_init.patch
index 9ee3e26e60..e3f70991f2 100644
--- a/package/kernel/mac80211/patches/860-brcmfmac-register-wiphy-s-during-module_init.patch
+++ b/package/kernel/mac80211/patches/860-brcmfmac-register-wiphy-s-during-module_init.patch
@@ -13,7 +13,7 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
--- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c
+++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c
-@@ -1253,6 +1253,7 @@ int __init brcmf_core_init(void)
+@@ -1268,6 +1268,7 @@ int __init brcmf_core_init(void)
{
if (!schedule_work(&brcmf_driver_work))
return -EBUSY;