فهرست منبع

qcacld-3.0: Set intermediate EP vote access

Set intermediate EP vote access before host
wake up indication smp2p is sent to F.W,
this helps to avoid smp2p override.

Change-Id: I4b998ee5ea6b26921855bfbae434869fb93accf9
CRs-Fixed: 2953883
Karthik Kantamneni 3 سال پیش
والد
کامیت
239913e04c
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      components/pmo/core/src/wlan_pmo_suspend_resume.c

+ 4 - 1
components/pmo/core/src/wlan_pmo_suspend_resume.c

@@ -1350,7 +1350,7 @@ QDF_STATUS pmo_core_psoc_send_host_wakeup_ind_to_fw(
 	hif_ctx = pmo_core_psoc_get_hif_handle(psoc);
 	hif_set_ep_vote_access(hif_ctx,
 			       HIF_EP_VOTE_NONDP_ACCESS,
-			       HIF_EP_VOTE_ACCESS_ENABLE);
+			       HIF_EP_VOTE_INTERMEDIATE_ACCESS);
 
 	qdf_event_reset(&psoc_ctx->wow.target_resume);
 
@@ -1378,6 +1378,9 @@ QDF_STATUS pmo_core_psoc_send_host_wakeup_ind_to_fw(
 		pmo_debug("Host wakeup received");
 		pmo_tgt_update_target_suspend_flag(psoc, false);
 		pmo_tgt_update_target_suspend_acked_flag(psoc, false);
+		hif_set_ep_vote_access(hif_ctx,
+				       HIF_EP_VOTE_NONDP_ACCESS,
+				       HIF_EP_VOTE_ACCESS_ENABLE);
 		hif_set_ep_vote_access(hif_ctx,
 				       HIF_EP_VOTE_DP_ACCESS,
 				       HIF_EP_VOTE_ACCESS_ENABLE);