qcacmn: WMI support to enable/disable TQM reset
Add WMI command support to enable and disable the TQM reset on SOC. Change-Id: Ic9476c56d5a6758ea3006c819372b5f89140a4da
This commit is contained in:

committed by
Madan Koyyalamudi

parent
a5503f36a3
commit
3ac9cf9e6b
@@ -2797,6 +2797,10 @@ QDF_STATUS (*extract_update_mac_address_event)(wmi_unified_t wmi_handle,
|
|||||||
void *evt_buf, uint8_t *vdev_id,
|
void *evt_buf, uint8_t *vdev_id,
|
||||||
uint8_t *status);
|
uint8_t *status);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
QDF_STATUS
|
||||||
|
(*send_soc_tqm_reset_enable_disable_cmd)(wmi_unified_t wmi_handle,
|
||||||
|
uint32_t enable);
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Forward declartion for psoc*/
|
/* Forward declartion for psoc*/
|
||||||
|
Reference in New Issue
Block a user