Jelajahi Sumber

qcacld-3.0: Always enable WoW for RTPM suspend

gSuspendMode is for system suspend to choose between WoW and pdev
suspend. For RTPM suspend, should always enable WoW.

Change-Id: Ibf95ca79ded73f9c68e14b8dac4ec68d979f9db6
CRs-Fixed: 3047812
Alan Chen 3 tahun lalu
induk
melakukan
0c0edb5670
1 mengubah file dengan 3 tambahan dan 2 penghapusan
  1. 3 2
      components/pmo/core/src/wlan_pmo_suspend_resume.c

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

@@ -488,8 +488,9 @@ static QDF_STATUS pmo_core_psoc_configure_suspend(struct wlan_objmgr_psoc *psoc,
 	if (is_runtime_pm)
 		pmo_core_enable_runtime_pm_offloads(psoc);
 
-	if (psoc_ctx->psoc_cfg.suspend_mode == PMO_SUSPEND_WOW &&
-	    pmo_core_is_wow_applicable(psoc)) {
+	if ((is_runtime_pm) ||
+	    (psoc_ctx->psoc_cfg.suspend_mode == PMO_SUSPEND_WOW &&
+	    pmo_core_is_wow_applicable(psoc))) {
 		pmo_debug("WOW Suspend");
 		pmo_core_apply_lphb(psoc);
 		/*