Browse Source

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
Ravi Kumar Bokka 8 năm trước cách đây
mục cha
commit
e3e852ecb4
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      wmi_unified_pmo_api.h
  2. 1 1
      wmi_unified_priv.h

+ 1 - 1
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);
 
 /**

+ 1 - 1
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,