Răsfoiți Sursa

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 ani în urmă
părinte
comite
807bf953e8
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  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);