1
0

qcacmn: Set wow_params explicitly for runtime PM

For runtime PM, set proper wow_params instead of using default.

Change-Id: Icc3d7b2333b485b7fe9ca6b0d30066cc5795d912
CRs-fixed: 2023358
Este cometimento está contido em:
Yue Ma
2017-05-19 16:03:16 -07:00
cometido por snandini
ascendente 5127241061
cometimento 34bbc8a212

Ver ficheiro

@@ -757,6 +757,9 @@ QDF_STATUS pmo_core_psoc_bus_runtime_suspend(struct wlan_objmgr_psoc *psoc,
goto dec_psoc_ref;
}
wow_params.interface_pause = PMO_WOW_INTERFACE_PAUSE_ENABLE;
wow_params.resume_trigger = PMO_WOW_RESUME_TRIGGER_GPIO;
if (hif_pre_runtime_suspend(hif_ctx))
goto runtime_failure;