|
@@ -3639,7 +3639,7 @@ QDF_STATUS csr_roam_issue_disassociate_sta_cmd(struct mac_context *mac,
|
|
|
sizeof(pCommand->u.roamCmd.peerMac));
|
|
|
pCommand->u.roamCmd.reason =
|
|
|
(tSirMacReasonCodes)p_del_sta_params->reason_code;
|
|
|
- status = csr_queue_sme_command(mac, pCommand, false);
|
|
|
+ status = csr_queue_sme_command(mac, pCommand, true);
|
|
|
if (!QDF_IS_STATUS_SUCCESS(status))
|
|
|
sme_err("fail to send message status: %d", status);
|
|
|
} while (0);
|
|
@@ -3681,7 +3681,7 @@ QDF_STATUS csr_roam_issue_deauth_sta_cmd(struct mac_context *mac,
|
|
|
sizeof(tSirMacAddr));
|
|
|
pCommand->u.roamCmd.reason =
|
|
|
(tSirMacReasonCodes)pDelStaParams->reason_code;
|
|
|
- status = csr_queue_sme_command(mac, pCommand, false);
|
|
|
+ status = csr_queue_sme_command(mac, pCommand, true);
|
|
|
if (!QDF_IS_STATUS_SUCCESS(status))
|
|
|
sme_err("fail to send message status: %d", status);
|
|
|
} while (0);
|