linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] brcmfmac: coverity fixes
@ 2016-09-19 11:09 Arend van Spriel
  2016-09-19 11:09 ` [PATCH 1/9] brcmfmac: ignore 11d configuration errors Arend van Spriel
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Arend van Spriel @ 2016-09-19 11:09 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless, Arend van Spriel

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.

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(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-09-26 17:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-19 11:09 [PATCH 0/9] brcmfmac: coverity fixes Arend van Spriel
2016-09-19 11:09 ` [PATCH 1/9] brcmfmac: ignore 11d configuration errors Arend van Spriel
2016-09-26 17:38   ` [1/9] " Kalle Valo
2016-09-19 11:09 ` [PATCH 2/9] brcmfmac: rework pointer trickery in brcmf_proto_bcdc_query_dcmd() Arend van Spriel
2016-09-19 11:09 ` [PATCH 3/9] brcmfmac: fix memory leak in brcmf_flowring_add_tdls_peer() Arend van Spriel
2016-09-19 11:09 ` [PATCH 4/9] brcmfmac: initialize variable in brcmf_sdiod_regrl() Arend van Spriel
2016-09-19 11:09 ` [PATCH 5/9] brcmfmac: remove worker from .ndo_set_mac_address() callback Arend van Spriel
2016-09-19 11:09 ` [PATCH 6/9] brcmfmac: remove unnecessary null pointer check Arend van Spriel
2016-09-19 11:09 ` [PATCH 7/9] brcmfmac: fix clearing entry IPv6 address Arend van Spriel
2016-09-19 11:09 ` [PATCH 8/9] brcmfmac: fix out of bound access on clearing wowl wake indicator Arend van Spriel
2016-09-19 11:09 ` [PATCH 9/9] brcmfmac: simplify mapping of auth type Arend van Spriel
2016-09-19 16:42 ` [PATCH 0/9] brcmfmac: coverity fixes Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).