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>2019-02-25 10:15:35 +0100
committerRafał Miłecki <rafal@milecki.pl>2019-02-25 10:21:32 +0100
commitd32bbd747733de5daeb63a8f2c1307f612422f87 (patch)
tree020863b77627c72b06651c22ace486e0766d0d16 /package/kernel/mac80211/patches/860-brcmfmac-register-wiphy-s-during-module_init.patch
parentce3a53c4f62b7ff4e356e1f1889c22e70d768656 (diff)
downloadupstream-d32bbd747733de5daeb63a8f2c1307f612422f87.tar.gz
upstream-d32bbd747733de5daeb63a8f2c1307f612422f87.tar.bz2
upstream-d32bbd747733de5daeb63a8f2c1307f612422f87.zip
mac80211: brcmfmac: backport 5.0 & 5.1 important changes/fixes
This backports the most important brcmfmac commits that: 1) Fix some bugs 2) Help debugging bugs 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 3a3ffa7304..f59102cdf0 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
-@@ -1347,6 +1347,7 @@ int __init brcmf_core_init(void)
+@@ -1406,6 +1406,7 @@ int __init brcmf_core_init(void)
{
if (!schedule_work(&brcmf_driver_work))
return -EBUSY;