All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Fix connect/p2p issue series
@ 2022-09-27  3:41 Ian Lin
  2022-09-27  3:41 ` [PATCH v3 1/5] brcmfmac: correctly remove all p2p vif Ian Lin
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Ian Lin @ 2022-09-27  3:41 UTC (permalink / raw)
  To: linux-wireless
  Cc: brcm80211-dev-list, brcm80211-dev-list, franky.lin,
	hante.meuleman, kvalo, Double.Lo, ian.lin

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


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

end of thread, other threads:[~2022-10-10 11:18 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-27  3:41 [PATCH v3 0/5] Fix connect/p2p issue series Ian Lin
2022-09-27  3:41 ` [PATCH v3 1/5] brcmfmac: correctly remove all p2p vif Ian Lin
2022-09-27  3:41 ` [PATCH v3 2/5] brcmfmac: Fix for when connect request is not success Ian Lin
2022-09-27  3:41 ` [PATCH v3 3/5] brcmfmac: Avoiding Connection delay Ian Lin
2022-09-27  3:41 ` [PATCH v3 4/5] brcmfmac: Update SSID of hidden AP while informing its bss to cfg80211 layer Ian Lin
2022-09-28  6:38   ` Kalle Valo
2022-09-28 10:07     ` Lin Ian (CSSITB CSS ICW SW WFS / EE)
2022-10-04 11:01       ` Lin Ian (CSSITB CSS ICW SW WFS / EE)
2022-10-05  7:58         ` Kalle Valo
2022-10-05 10:22           ` Arend Van Spriel
2022-10-06  8:34             ` Lin Ian (CSSITB CSS ICW SW WFS / EE)
2022-10-10  9:23               ` Arend Van Spriel
2022-10-10  9:41                 ` Johannes Berg
2022-10-10 11:18                   ` Arend Van Spriel
2022-09-27  3:41 ` [PATCH v3 5/5] brcmfmac: fix P2P device discovery failure Ian Lin
2022-09-28  6:33 ` [PATCH v3 0/5] Fix connect/p2p issue series Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.