Эх сурвалжийг харах

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
Shivam Kumar 2 жил өмнө
parent
commit
65c8964062

+ 6 - 0
wmi/inc/wmi_unified_priv.h

@@ -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*/