Pārlūkot izejas kodu

qcacld-3.0: Do not wait for TWT notify for peer initiated teardown

TWT notify event from firmware is expected only if the teardown
is initiated by the firmware during scenarios like
(roaming in progress, etc).
If the TWT teardown is initiated by the peer then notify WMI event
is not expected from the firmware.

Change-Id: Ic13a4858fb06d023d5e71da10320a546a1dcf80d
CRs-Fixed: 2944663
Srinivas Girigowda 3 gadi atpakaļ
vecāks
revīzija
807bf953e8
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      core/sme/src/common/sme_api.c

+ 0 - 1
core/sme/src/common/sme_api.c

@@ -2097,7 +2097,6 @@ sme_process_twt_del_dialog_event(struct mac_context *mac,
 		callback(mac->psoc, param);
 
 	if (param->status == WMI_HOST_DEL_TWT_STATUS_ROAMING ||
-	    param->status == WMI_HOST_DEL_TWT_STATUS_PEER_INIT_TEARDOWN ||
 	    param->status == WMI_HOST_DEL_TWT_STATUS_CONCURRENCY)
 		mlme_twt_set_wait_for_notify(
 			mac->psoc, param->vdev_id, true);