Parcourir la source

qcacld-3.0: Do not reset hdd station context post roaming

Currently the hdd station context is cleared post roaming
from 3 link or 2 link to 1 link mlo. Due to this the ipa
ipa event disconnect notification is not sent.

Fix is to remove reset handling post roaming and only reset
the hdd station context during disconnect.

CRs-Fixed: 3639915
Change-Id: I7ea8498789830495deb12fe7490166f30438d524
Amruta Kulkarni il y a 1 an
Parent
commit
ec92a99387
1 fichiers modifiés avec 0 ajouts et 6 suppressions
  1. 0 6
      core/hdd/src/wlan_hdd_cm_connect.c

+ 0 - 6
core/hdd/src/wlan_hdd_cm_connect.c

@@ -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);