mbox series

[v3,0/4] brcmfmac: Add dump_survey cfg80211 ops series

Message ID 20220929012527.4152-1-ian.lin@infineon.com (mailing list archive)
Headers show
Series brcmfmac: Add dump_survey cfg80211 ops series | expand

Message

Ian Lin Sept. 29, 2022, 1:25 a.m. UTC
Add dump_survey cfg80211 ops for HostApd AutoChannelSelection.
And fix related bug.

Changes in v3:
  - refine error message in brcmf_parse_dump_obss
  - fix typo in brcmf_cfg80211_dump_survey

Changes in v2:
  - refine error handling in brcmf_parse_dump_obss
  - delare variable by using stack memory in brcmf_cfg80211_dump_survey
  - provide debug message in error case of cfg80211_set_channel
  - remove unnecessary NULL assignment in brcmf_cfg80211_attach

Double Lo (1):
  brcmfmac: fix CERT-P2P:5.1.10 failure

Ramesh Rangavittal (1):
  brcmfmac: Fix authentication latency caused by OBSS stats survey

Wright Feng (2):
  brcmfmac: Add dump_survey cfg80211 ops for HostApd
    AutoChannelSelection
  brcmfmac: fix firmware trap while dumping obss stats

 .../broadcom/brcm80211/brcmfmac/cfg80211.c    | 258 ++++++++++++++++++
 .../broadcom/brcm80211/brcmfmac/feature.c     |   3 +-
 .../broadcom/brcm80211/brcmfmac/feature.h     |   4 +-
 3 files changed, 263 insertions(+), 2 deletions(-)