wifi: brcmfmac: Avoiding Connection delay
authorPrasanna Kerekoppa <prasanna.kerekoppa@cypress.com>
Mon, 24 Oct 2022 08:52:15 +0000 (03:52 -0500)
committerKalle Valo <kvalo@kernel.org>
Tue, 8 Nov 2022 07:38:24 +0000 (09:38 +0200)
commitc81c1fd4e907be6ac1da35ab062c8fa6dde000a3
tree7feb294dc4f5424b10795de565c74f93b9ea220e
parent52617bee3718d1315159569973d35107ea6b9a34
wifi: brcmfmac: Avoiding Connection delay

Channel info passed by supplicant is not given to firmware. This causes
delay (about 3seconds) due to full scan. Supplicant already provides the
channel info for the specific SSID. channel_hint carries this channel
info for the connect call back.

Patch has been verified on 43012 and 43455.

Signed-off-by: Prasanna Kerekoppa <prasanna.kerekoppa@cypress.com>
Signed-off-by: Chung-Hsien Hsu <chung-hsien.hsu@infineon.com>
Signed-off-by: Chi-hsien Lin <chi-hsien.lin@infineon.com>
Signed-off-by: Ian Lin <ian.lin@infineon.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20221024085215.27616-4-ian.lin@infineon.com
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c