On 09/19/2016 04:09 AM, Arend van Spriel wrote: > This series consist of: > * fixes for several issues found by Coverity. > * ignore 802.11d configuration if not supported in firmware. > * remove worker from netdev callback. Thanks for doing this, can you also provide the coverity id when relevant? Something like: Reported-by: coverity (CID #12345678) Which can help with automated tools hooking to coverity for managing the lifecycle of the report. Thanks! > > This is intended for 4.9 and applies to the master branch of > the wireless-drivers-next repository. > > Arend van Spriel (4): > brcmfmac: rework pointer trickery in brcmf_proto_bcdc_query_dcmd() > brcmfmac: fix memory leak in brcmf_flowring_add_tdls_peer() > brcmfmac: initialize variable in brcmf_sdiod_regrl() > brcmfmac: remove worker from .ndo_set_mac_address() callback > > Hante Meuleman (5): > brcmfmac: ignore 11d configuration errors > brcmfmac: remove unnecessary null pointer check > brcmfmac: fix clearing entry IPv6 address > brcmfmac: fix out of bound access on clearing wowl wake indicator > brcmfmac: simplify mapping of auth type > > .../wireless/broadcom/brcm80211/brcmfmac/bcdc.c | 2 +- > .../wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c | 2 +- > .../broadcom/brcm80211/brcmfmac/cfg80211.c | 41 +++++++++--------- > .../wireless/broadcom/brcm80211/brcmfmac/core.c | 49 +++++++++------------- > .../wireless/broadcom/brcm80211/brcmfmac/core.h | 2 - > .../broadcom/brcm80211/brcmfmac/flowring.c | 8 +++- > 6 files changed, 47 insertions(+), 57 deletions(-) > -- Florian