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
This commit is contained in:
Frank Liu
2018-09-17 14:19:40 +08:00
committed by Nitesh Shrivastav
parent d4ac45a158
commit c4ee407c4b

View File

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