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
@@ -4328,4 +4328,17 @@ QDF_STATUS wmi_unified_send_set_tpc_power_cmd(wmi_unified_t wmi_handle,
|
||||
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);
|
||||
|
||||
/**
|
||||
* wmi_extract_halphy_cal_status_ev_param() - extract halphy cal status from FW event
|
||||
* @wmi_handle: wmi handle
|
||||
* @evt_buf: pointer to event buf
|
||||
* @param: halphy cal status info
|
||||
*
|
||||
* Return: QDF_STATUS_SUCCESS for success or error code
|
||||
*/
|
||||
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);
|
||||
#endif /* _WMI_UNIFIED_API_H_ */
|
||||
|
Reference in New Issue
Block a user