qcacmn: Support to get dpd status from FW

WMI changes to rerieve current dpd status from target.

CRs-Fixed: 2885488
Change-Id: Iddfcbf63fccac87b52d3ac242ba078f8210cb6d0
This commit is contained in:
Shwetha G K
2021-03-30 18:00:53 +05:30
committed by snandini
parent f0df95498a
commit 23d574115e
5 changed files with 77 additions and 0 deletions

View File

@@ -4291,4 +4291,15 @@ QDF_STATUS wmi_unified_send_set_tpc_power_cmd(wmi_unified_t wmi_handle,
uint8_t vdev_id,
struct reg_tpc_power_info *param);
/**
* wmi_extract_dpd_status_ev_param() - extract dpd status from FW event
* @wmi_handle: wmi handle
* @evt_buf: pointer to event buf
* @param: dpd status info
*
* Return: QDF_STATUS_SUCCESS for success or error code
*/
QDF_STATUS wmi_extract_dpd_status_ev_param(wmi_unified_t wmi_handle,
void *evt_buf,
struct wmi_host_pdev_get_dpd_status_event *param);
#endif /* _WMI_UNIFIED_API_H_ */