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:

committed by
Nitesh Shrivastav

parent
d4ac45a158
commit
c4ee407c4b
@@ -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,
|
csr_scan_save_roam_offload_ap_to_scan_cache(mac_ctx, roam_synch_data,
|
||||||
bss_desc);
|
bss_desc);
|
||||||
roam_info->sessionId = session_id;
|
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,
|
qdf_mem_copy(&roam_info->bssid.bytes, &bss_desc->bssId,
|
||||||
sizeof(struct qdf_mac_addr));
|
sizeof(struct qdf_mac_addr));
|
||||||
|
Reference in New Issue
Block a user