mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
UPSTREAM: 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.
Bug: 254441685
Fixes: 53ad07e982 ("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>
(cherry picked from commit baeaabf970b9a90999f62ae27edf63f6cb86c023)
Signed-off-by: Lee Jones <joneslee@google.com>
Change-Id: I0a1aacb180914e8d5509eab44aa27bd82272bbf7
This commit is contained in:
committed by
Lee Jones
parent
40c204b003
commit
752034bc87
@@ -1043,6 +1043,7 @@ void cfg80211_connect_done(struct net_device *dev,
|
||||
cfg80211_hold_bss(
|
||||
bss_from_pub(params->links[link].bss));
|
||||
ev->cr.links[link].bss = params->links[link].bss;
|
||||
ev->cr.links[link].status = params->links[link].status;
|
||||
|
||||
if (params->links[link].addr) {
|
||||
ev->cr.links[link].addr = next;
|
||||
|
||||
Reference in New Issue
Block a user