diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2019-01-08 10:01:08 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2019-01-08 10:12:07 +0100 |
commit | a8cc06c5371eca2ae8ab4511c7136d0ebd9ee3bc (patch) | |
tree | 7b591eb33402aa256ea777d7300a6a593a4b4c1e /package/kernel/mac80211/patches/863-brcmfmac-add-in-driver-tables-with-country-codes.patch | |
parent | c5c20f510a19f0eb5500fefde1f366f48c168e85 (diff) | |
download | upstream-a8cc06c5371eca2ae8ab4511c7136d0ebd9ee3bc.tar.gz upstream-a8cc06c5371eca2ae8ab4511c7136d0ebd9ee3bc.tar.bz2 upstream-a8cc06c5371eca2ae8ab4511c7136d0ebd9ee3bc.zip |
mac80211: brcmfmac: backport firmware loading changes & fix memory bugs
This pick most of brcmfmac changes backported into the master in commits
5932eb690f24 ("mac80211: brcmfmac: backport firmware loading cleanup")
3eab6b8275b2 ("mac80211: brcmfmac: backport NVRAM loading improvements")
529c95cc15dc ("mac80211: brcmfmac: fix use-after-free & possible NULL pointer dereference")
It's more than would be normally backported into a stable branch but it
seems required. Firmware loading cleanups are needed to allow fix memory
bugs in a reliable way. Memory fixes are really important to avoid
corrupting memory and risking a NULL pointer dereference.
Hopefully this stuff has received enough testing in the master.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'package/kernel/mac80211/patches/863-brcmfmac-add-in-driver-tables-with-country-codes.patch')
-rw-r--r-- | package/kernel/mac80211/patches/863-brcmfmac-add-in-driver-tables-with-country-codes.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/mac80211/patches/863-brcmfmac-add-in-driver-tables-with-country-codes.patch b/package/kernel/mac80211/patches/863-brcmfmac-add-in-driver-tables-with-country-codes.patch index e7551c3a70..5bb7015810 100644 --- a/package/kernel/mac80211/patches/863-brcmfmac-add-in-driver-tables-with-country-codes.patch +++ b/package/kernel/mac80211/patches/863-brcmfmac-add-in-driver-tables-with-country-codes.patch @@ -49,9 +49,9 @@ Signed-off-by: Rafał Miłecki <rafal@milecki.pl> void brcmf_of_probe(struct device *dev, enum brcmf_bus_type bus_type, struct brcmf_mp_device *settings) { -@@ -32,6 +62,8 @@ void brcmf_of_probe(struct device *dev, - u32 irqf; - u32 val; +@@ -41,6 +71,8 @@ void brcmf_of_probe(struct device *dev, + of_node_put(root); + } + brcmf_of_probe_cc(dev, settings); + |