mbox series

[v4,0/3] Fix connect/p2p issue series

Message ID 20221024085215.27616-1-ian.lin@infineon.com (mailing list archive)
Headers show
Series Fix connect/p2p issue series | expand

Message

Ian Lin Oct. 24, 2022, 8:52 a.m. UTC
Fix several connect and p2p issues.

Changes in v4:
  - remove inappropriate patch "brcmfmac: Update SSID of hidden AP while informing its bss to cfg80211 layer"
  - remove inappropriate patch "brcmfmac: fix P2P device discovery failure"
  - use the correct commit message label

Changes in v3:
  - do typecast while variable assignment in brcmf_inform_single_bss()

Changes in v2:
  - fix email address mismatch with s-o-b
  - remove unnecessary type casting


Brian Henriquez (1):
  wifi: brcmfmac: correctly remove all p2p vif

Prasanna Kerekoppa (1):
  wifi: brcmfmac: Avoiding Connection delay

Wataru Gohda (1):
  wifi: brcmfmac: Fix for when connect request is not success

 .../broadcom/brcm80211/brcmfmac/cfg80211.c    | 24 ++++++++++++++++---
 .../broadcom/brcm80211/brcmfmac/p2p.c         |  8 +++++--
 2 files changed, 27 insertions(+), 5 deletions(-)