qcacmn: Add wmi for mec timer in Beryllium
Add wmi commands to configure mec timer in Beryllium firmware Change-Id: I8cb103e70ffa6f589b9befa9b6ce099fd185948c
This commit is contained in:

committed by
Madan Koyyalamudi

parent
24d3c5dc59
commit
ebc826e655
@@ -4463,4 +4463,16 @@ wmi_extract_halphy_cal_ev_param(wmi_unified_t wmi_handle,
|
||||
void *evt_buf,
|
||||
struct wmi_host_pdev_set_halphy_cal_event *param);
|
||||
|
||||
#ifdef FEATURE_MEC_OFFLOAD
|
||||
/**
|
||||
* wmi_unified_pdev_set_mec_timer() - set mec timer value
|
||||
* @wmi_handle: wmi handle
|
||||
* @param: params needed for mec timer config
|
||||
*
|
||||
* Return: QDF_STATUS_SUCCESS for success or error code
|
||||
*/
|
||||
QDF_STATUS
|
||||
wmi_unified_pdev_set_mec_timer(struct wmi_unified *wmi_handle,
|
||||
struct set_mec_timer_params *param);
|
||||
#endif
|
||||
#endif /* _WMI_UNIFIED_API_H_ */
|
||||
|
Reference in New Issue
Block a user