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:
@@ -3412,3 +3412,15 @@ QDF_STATUS wmi_unified_send_set_tpc_power_cmd(wmi_unified_t wmi_handle,
|
||||
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
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)
|
||||
{
|
||||
if (wmi_handle->ops->extract_dpd_status_ev_param)
|
||||
return wmi_handle->ops->extract_dpd_status_ev_param(
|
||||
wmi_handle, evt_buf, param);
|
||||
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user