qcacmn: Add support for handling MLO TSF sync capability

Add APIs to init the TSF sync capability based on
WMI_SERVICE_MLO_TSF_SYNC service bit sent from FW,
per ML group.

Change-Id: Ie8ca48f8f6065f02eefaea85ad967e32d09787fc
CRs-Fixed: 3470139
此提交包含在:
Jhalak Naik
2023-04-17 14:44:32 +05:30
父節點 936a78882e
當前提交 7acca67784
共有 5 個檔案被更改,包括 38 行新增0 行删除

查看文件

@@ -6344,6 +6344,9 @@ typedef enum {
wmi_service_pre_rx_timeout,
#ifdef QCA_STANDALONE_SOUNDING_TRIGGER
wmi_service_standalone_sound,
#endif
#ifdef WLAN_FEATURE_11BE_MLO
wmi_service_mlo_tsf_sync,
#endif
wmi_services_max,
} wmi_conv_service_ids;