From c4ee407c4b50d66d23cabca27e84a2af00965e2f Mon Sep 17 00:00:00 2001 From: Frank Liu Date: Mon, 17 Sep 2018 14:19:40 +0800 Subject: [PATCH] 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 --- core/sme/src/csr/csr_api_roam.c | 1 - 1 file changed, 1 deletion(-) diff --git a/core/sme/src/csr/csr_api_roam.c b/core/sme/src/csr/csr_api_roam.c index 9cea053186..ee13255de8 100644 --- a/core/sme/src/csr/csr_api_roam.c +++ b/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));