|
@@ -1680,12 +1680,6 @@ hdd_cm_connect_success_pre_user_update(struct wlan_objmgr_vdev *vdev,
|
|
|
if (is_auth_required)
|
|
|
wlan_acquire_peer_key_wakelock(hdd_ctx->pdev,
|
|
|
rsp->bssid.bytes);
|
|
|
- /*
|
|
|
- * In case of roaming from 3 Link or 2 Link to 1 link
|
|
|
- * AP, then reset the STA context for other links
|
|
|
- */
|
|
|
- if (wlan_vdev_mlme_is_mlo_vdev(vdev))
|
|
|
- hdd_adapter_reset_station_ctx(adapter);
|
|
|
}
|
|
|
hdd_debug("is_roam_offload %d, is_roam %d, is_auth_required %d",
|
|
|
is_roam_offload, is_roam, is_auth_required);
|