From e3e852ecb46089e359e93c10a8935d4d69e59da0 Mon Sep 17 00:00:00 2001 From: Ravi Kumar Bokka Date: Thu, 23 Mar 2017 17:20:31 +0530 Subject: [PATCH] qcacmn: Auto Detect SoC Power Collapse Failure changes Add host support for detecting SOC power collapse failures in FW and communicating the same to framework. Change-Id: Icee39c896802c4d7136e0b8ef442a33feeb4799c CRs-Fixed: 2016580 --- wmi_unified_pmo_api.h | 2 +- wmi_unified_priv.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wmi_unified_pmo_api.h b/wmi_unified_pmo_api.h index 350d4212b4..bf80b092dd 100644 --- a/wmi_unified_pmo_api.h +++ b/wmi_unified_pmo_api.h @@ -41,7 +41,7 @@ */ QDF_STATUS wmi_unified_add_wow_wakeup_event_cmd(void *wmi_hdl, uint32_t vdev_id, - uint32_t bitmap, + uint32_t *bitmap, bool enable); /** diff --git a/wmi_unified_priv.h b/wmi_unified_priv.h index 09f0db08ff..b35c2a6ed7 100644 --- a/wmi_unified_priv.h +++ b/wmi_unified_priv.h @@ -489,7 +489,7 @@ QDF_STATUS (*send_link_status_req_cmd)(wmi_unified_t wmi_handle, #ifdef WLAN_PMO_ENABLE QDF_STATUS (*send_add_wow_wakeup_event_cmd)(wmi_unified_t wmi_handle, uint32_t vdev_id, - uint32_t bitmap, + uint32_t *bitmap, bool enable); QDF_STATUS (*send_wow_patterns_to_fw_cmd)(wmi_unified_t wmi_handle,