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-07-22 13:16:33 +0200
committerRafał Miłecki <rafal@milecki.pl>2019-07-22 14:15:36 +0200
commitb5b5b23b303341869f9d6abf9c4760e656442a0d (patch)
tree3ed94843d673098b25a50bd7be5bf4b9421a0922 /package/kernel/mac80211/patches/860-brcmfmac-register-wiphy-s-during-module_init.patch
parent7da50e5f62a65671b51a42d93259bd1f7e3381a1 (diff)
downloadupstream-b5b5b23b303341869f9d6abf9c4760e656442a0d.tar.gz
upstream-b5b5b23b303341869f9d6abf9c4760e656442a0d.tar.bz2
upstream-b5b5b23b303341869f9d6abf9c4760e656442a0d.zip
mac80211: brcmfmac: backport previously skipped USB fixes
They were skipped due to missing BCDC patches that are backported now. 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 bf3b6b2130..beb81d89c0 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
-@@ -1377,6 +1377,7 @@ int __init brcmf_core_init(void)
+@@ -1379,6 +1379,7 @@ int __init brcmf_core_init(void)
{
if (!schedule_work(&brcmf_driver_work))
return -EBUSY;