diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2018-07-26 22:43:18 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2018-07-26 23:21:46 +0200 |
commit | b26214adb53da2816ff830b6cd6e31e1dafa2635 (patch) | |
tree | f7f053409a7c543bc5e62b4db960aa431bbc94da /package/kernel/mac80211/patches/860-brcmfmac-register-wiphy-s-during-module_init.patch | |
parent | 7316515891532a9d5f0b70db31a95d06f7b00e94 (diff) | |
download | upstream-b26214adb53da2816ff830b6cd6e31e1dafa2635.tar.gz upstream-b26214adb53da2816ff830b6cd6e31e1dafa2635.tar.bz2 upstream-b26214adb53da2816ff830b6cd6e31e1dafa2635.zip |
mac80211: backport brcmfmac fixes & debugging helpers from 4.18
The most important is probably regression fix in handling platform
NVRAM. That bug stopped hardware from being properly calibrated breaking
e.g. 5 GHz for Netgear R8000.
Other than that it triggers memory dumps when experiencing firmware
problems which is important for debugging purposes.
Fixes: 7e8eb7f309a8 ("mac80211: backport brcmfmac firmware & clm_blob loading rework")
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.patch | 2 |
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 3afffc0fc4..65782906a1 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 -@@ -1314,6 +1314,7 @@ int __init brcmf_core_init(void) +@@ -1322,6 +1322,7 @@ int __init brcmf_core_init(void) { if (!schedule_work(&brcmf_driver_work)) return -EBUSY; |