Răsfoiți Sursa

qcacld-3.0: Remove extra disconnection for tdls

When station does LFR3 roaming, tdls will get an extra disconnection
notification which is wrong, remove the notification because tdls has
got the disconnection and connection event when roaming is successful.

Change-Id: I7bc56dae5fd653a44d8ac19be19083528c987d8b
CRs-Fixed: 2308503
Frank Liu 6 ani în urmă
părinte
comite
c4ee407c4b
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      core/sme/src/csr/csr_api_roam.c

+ 0 - 1
core/sme/src/csr/csr_api_roam.c

@@ -21935,7 +21935,6 @@ static QDF_STATUS csr_process_roam_sync_callback(tpAniSirGlobal mac_ctx,
 	csr_scan_save_roam_offload_ap_to_scan_cache(mac_ctx, roam_synch_data,
 			bss_desc);
 	roam_info->sessionId = session_id;
-	tgt_tdls_peers_deleted_notification(mac_ctx->psoc, session_id);
 
 	qdf_mem_copy(&roam_info->bssid.bytes, &bss_desc->bssId,
 			sizeof(struct qdf_mac_addr));