diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2018-07-26 23:20:30 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2018-07-27 08:04:14 +0200 |
commit | c0608c6a27e74923dc94772072d4a279d652b3fc (patch) | |
tree | d348607d636ee4653f02e440bdb1047f5f35f4a5 /package/kernel/mac80211/patches/860-brcmfmac-register-wiphy-s-during-module_init.patch | |
parent | b26214adb53da2816ff830b6cd6e31e1dafa2635 (diff) | |
download | upstream-c0608c6a27e74923dc94772072d4a279d652b3fc.tar.gz upstream-c0608c6a27e74923dc94772072d4a279d652b3fc.tar.bz2 upstream-c0608c6a27e74923dc94772072d4a279d652b3fc.zip |
mac80211: brcmfmac: backport 4.19 patches preparing monitor mode support
Monitor mode isn't supported yet with brcmfmac, it's just an early work.
This also prepares brcmfmac to work stable with new firmwares which use
updated struct for passing STA info.
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 65782906a1..e70738322d 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 -@@ -1322,6 +1322,7 @@ int __init brcmf_core_init(void) +@@ -1347,6 +1347,7 @@ int __init brcmf_core_init(void) { if (!schedule_work(&brcmf_driver_work)) return -EBUSY; |