Fix several connect and p2p issues. Note: there will be known build warning with commit "fix P2P device discovery failure" - warning: parameter ‘vif’ set but not used [-Wunused-but-set-parameter] However the purpose is to overwrite the pointer(vif) in function parameter, and the pointer will be used ouside the function. 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): brcmfmac: correctly remove all p2p vif Chung-Hsien Hsu (1): brcmfmac: fix P2P device discovery failure Prasanna Kerekoppa (1): brcmfmac: Avoiding Connection delay Syed Rafiuddeen (1): brcmfmac: Update SSID of hidden AP while informing its bss to cfg80211 layer Wataru Gohda (1): brcmfmac: Fix for when connect request is not success .../broadcom/brcm80211/brcmfmac/cfg80211.c | 32 +++++++++++++++++-- .../broadcom/brcm80211/brcmfmac/p2p.c | 10 ++++-- 2 files changed, 37 insertions(+), 5 deletions(-) -- 2.25.0