Skip to content
Commit fcfb8cea authored by Veerendranath Jakkam's avatar Veerendranath Jakkam Committed by Greg Kroah-Hartman
Browse files

wifi: cfg80211: fix reporting failed MLO links status with cfg80211_connect_done

[ Upstream commit baeaabf9 ]

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: 53ad07e9

 ("wifi: cfg80211: support reporting failed links")
Signed-off-by: default avatarVeerendranath Jakkam <quic_vjakkam@quicinc.com>
Reviewed-by: default avatarCarlos Llamas <cmllamas@google.com>
Link: https://patch.msgid.link/20240724125327.3495874-1-quic_vjakkam@quicinc.com
[commit message editorial changes]
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent d7cc186d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment