qcacld-3.0: Clear and set connected links bitmap
In case of MLO to SLO roaming, the connected links bitmap is not reset for link vdev correctly. To solve this post roaming, clear and then set the connected links bitmap. Change-Id: I9e63593fe3452d0c2075360432dfaddc81999ae0 CRs-Fixed: 3317229
This commit is contained in:
committed by
Madan Koyyalamudi
parent
0596175766
commit
cc38830548
@@ -462,6 +462,7 @@ void
|
||||
mlo_roam_update_connected_links(struct wlan_objmgr_vdev *vdev,
|
||||
struct wlan_cm_connect_resp *connect_rsp)
|
||||
{
|
||||
mlo_clear_connected_links_bmap(vdev);
|
||||
mlo_update_connected_links_bmap(vdev->mlo_dev_ctx,
|
||||
connect_rsp->ml_parnter_info);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user