Răsfoiți Sursa

qcacld-3.0: Set HIF PM link state on in RTPM suspend failure flow

HIF PM link state is used to indicate bus is alive or not. This
indicates RING HP/TP updating directly or using async method.In
RTPM suspend failure flow, CLD reject RTPM suspent request, but
state is not resumed correctly.

Change-Id: I3b96dc1fb34e2810d721e1fcb4db609a3d1d684d
CRs-Fixed: 2919930
Yu Tian 3 ani în urmă
părinte
comite
99ded622dc
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      components/pmo/core/src/wlan_pmo_suspend_resume.c

+ 2 - 0
components/pmo/core/src/wlan_pmo_suspend_resume.c

@@ -1194,6 +1194,8 @@ pmo_resume_configure:
 	PMO_CORE_PSOC_RUNTIME_PM_QDF_BUG(QDF_STATUS_SUCCESS !=
 		pmo_core_psoc_configure_resume(psoc, true));
 
+	hif_pm_set_link_state(hif_ctx, HIF_PM_LINK_STATE_UP);
+
 resume_htc:
 	PMO_CORE_PSOC_RUNTIME_PM_QDF_BUG(QDF_STATUS_SUCCESS !=
 		pmo_tgt_psoc_set_runtime_pm_inprogress(psoc, false));