qcacmn: Add cmn_dev changes to get ANI status from FW
Add changes to send a command and in return, get an event giving ANI status from FW. Change-Id: I327e6134fef17bc4dc98b99d1ca4bc4d0a039625
This commit is contained in:

committed by
Madan Koyyalamudi

parent
75b10f2ab7
commit
e175d5124c
@@ -3448,3 +3448,15 @@ wmi_extract_dpd_status_ev_param(wmi_unified_t wmi_handle,
|
||||
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
QDF_STATUS
|
||||
wmi_extract_halphy_cal_status_ev_param(wmi_unified_t wmi_handle,
|
||||
void *evt_buf,
|
||||
struct wmi_host_pdev_get_halphy_cal_status_event *param)
|
||||
{
|
||||
if (wmi_handle->ops->extract_halphy_cal_status_ev_param)
|
||||
return wmi_handle->ops->extract_halphy_cal_status_ev_param(
|
||||
wmi_handle, evt_buf, param);
|
||||
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user