qcacmn: Add wmi for mec timer in Beryllium

Add wmi commands to configure mec timer in
Beryllium firmware

Change-Id: I8cb103e70ffa6f589b9befa9b6ce099fd185948c
此提交包含在:
Pavankumar Nandeshwar
2021-09-07 23:07:32 -07:00
提交者 Madan Koyyalamudi
父節點 24d3c5dc59
當前提交 ebc826e655
共有 5 個檔案被更改,包括 82 行新增0 行删除

查看文件

@@ -449,6 +449,11 @@ QDF_STATUS
struct roam_pmkid_req_event **list);
#endif /* ROAM_TARGET_IF_CONVERGENCE */
#endif
#ifdef FEATURE_MEC_OFFLOAD
QDF_STATUS
(*send_pdev_set_mec_timer_cmd)(struct wmi_unified *wmi_handle,
struct set_mec_timer_params *param);
#endif
QDF_STATUS (*send_vdev_create_cmd)(wmi_unified_t wmi_handle,
uint8_t macaddr[QDF_MAC_ADDR_SIZE],
struct vdev_create_params *param);