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
This commit is contained in:

committed by
snandini

parent
a65998effc
commit
e3e852ecb4
@@ -41,7 +41,7 @@
|
|||||||
*/
|
*/
|
||||||
QDF_STATUS wmi_unified_add_wow_wakeup_event_cmd(void *wmi_hdl,
|
QDF_STATUS wmi_unified_add_wow_wakeup_event_cmd(void *wmi_hdl,
|
||||||
uint32_t vdev_id,
|
uint32_t vdev_id,
|
||||||
uint32_t bitmap,
|
uint32_t *bitmap,
|
||||||
bool enable);
|
bool enable);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -489,7 +489,7 @@ QDF_STATUS (*send_link_status_req_cmd)(wmi_unified_t wmi_handle,
|
|||||||
#ifdef WLAN_PMO_ENABLE
|
#ifdef WLAN_PMO_ENABLE
|
||||||
QDF_STATUS (*send_add_wow_wakeup_event_cmd)(wmi_unified_t wmi_handle,
|
QDF_STATUS (*send_add_wow_wakeup_event_cmd)(wmi_unified_t wmi_handle,
|
||||||
uint32_t vdev_id,
|
uint32_t vdev_id,
|
||||||
uint32_t bitmap,
|
uint32_t *bitmap,
|
||||||
bool enable);
|
bool enable);
|
||||||
|
|
||||||
QDF_STATUS (*send_wow_patterns_to_fw_cmd)(wmi_unified_t wmi_handle,
|
QDF_STATUS (*send_wow_patterns_to_fw_cmd)(wmi_unified_t wmi_handle,
|
||||||
|
Reference in New Issue
Block a user