qcacmn: Add TDMA function pointer support for WMI

Add function pointer support for wmi to pass
the TDMA Data

Change-Id: I5e253ac3ad3d165fdf0867297d72c6841540fe52
CRs-Fixed: 3386637
This commit is contained in:
Shivam Kumar
2023-02-02 22:27:45 -08:00
committad av Madan Koyyalamudi
förälder 1ffc60a883
incheckning 65c8964062

Visa fil

@@ -3206,6 +3206,12 @@ QDF_STATUS (*send_update_edca_pifs_param_cmd)(
QDF_STATUS (*extract_sap_coex_cap_service_ready_ext2)(
wmi_unified_t wmi_handle, uint8_t *event,
struct wmi_host_coex_fix_chan_cap *cap);
#ifdef WMI_AP_SUPPORT
QDF_STATUS
(*send_wmi_tdma_schedule_request_cmd)(wmi_unified_t wmi_handle,
struct wlan_tdma_sched_cmd_param *param);
#endif
};
/* Forward declaration for psoc*/