On Tue, Feb 14, 2023 at 10:01:35PM +0000, Marc Bornand wrote:
On Tue, Feb 14, 2023 at 04:27:27PM +0300, Denis Kirjanov wrote:
On 2/14/23 16:20, Marc Bornand wrote:
changes since v3:
- add missing NULL check
- add missing break
changes since v2:
- The code was tottaly rewritten based on the disscution of the v2 patch.
- the ssid is set in __cfg80211_connect_result() and only if the ssid is not already set.
- Do not add an other ssid reset path since it is already done in __cfg80211_disconnected()
When a connexion was established without going through NL80211_CMD_CONNECT, the ssid was never set in the wireless_dev struct. Now we set it in __cfg80211_connect_result() when it is not already set.
A couple of small nits
Reported-by: Yohan Prod'homme kernel@zoddo.fr Fixes: 7b0a0e3c3a88260b6fcb017e49f198463aa62ed1
Please add a test description to the fixes tag
What do you mean by "test description" ?
s/s/x/ ;)
Fixes: 7b0a0e3c3a88 ("wifi: cfg80211: do some rework towards MLO link APIs")
Cheers, Conor.