]> www.infradead.org Git - nvme.git/commit
wifi: cfg80211: fix reporting failed MLO links status with cfg80211_connect_done
authorVeerendranath Jakkam <quic_vjakkam@quicinc.com>
Wed, 24 Jul 2024 12:53:27 +0000 (18:23 +0530)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 26 Jul 2024 10:31:45 +0000 (12:31 +0200)
commitbaeaabf970b9a90999f62ae27edf63f6cb86c023
tree797a00d6d6cd853d1c81b7d7d9d2bec4ad05da4f
parent8f4fa0876231c426f880a2bff25ac49fac67d805
wifi: cfg80211: fix reporting failed MLO links status with cfg80211_connect_done

Individual MLO links connection status is not copied to
EVENT_CONNECT_RESULT data while processing the connect response
information in cfg80211_connect_done(). Due to this failed links
are wrongly indicated with success status in EVENT_CONNECT_RESULT.

To fix this, copy the individual MLO links status to the
EVENT_CONNECT_RESULT data.

Fixes: 53ad07e9823b ("wifi: cfg80211: support reporting failed links")
Signed-off-by: Veerendranath Jakkam <quic_vjakkam@quicinc.com>
Reviewed-by: Carlos Llamas <cmllamas@google.com>
Link: https://patch.msgid.link/20240724125327.3495874-1-quic_vjakkam@quicinc.com
[commit message editorial changes]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/sme.c