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: I5dad3fef7ebfa2af330b95d45cac3bef862f46f0
CRs-Fixed: 3491364
This commit is contained in:
Jhalak Naik
2023-04-17 14:44:32 +05:30
committed by Madan Koyyalamudi
父節點 ba55e0f2a8
當前提交 d563641c08
共有 6 個文件被更改,包括 69 次插入0 次删除

查看文件

@@ -6359,6 +6359,9 @@ typedef enum {
wmi_service_cca_busy_info_for_each_20mhz,
wmi_service_vdev_param_chwidth_with_notify_support,
#ifdef WLAN_FEATURE_11BE_MLO
wmi_service_mlo_tsf_sync,
#endif
wmi_services_max,
} wmi_conv_service_ids;
#define WMI_SERVICE_UNAVAILABLE 0xFFFF

查看文件

@@ -22289,6 +22289,9 @@ static void populate_tlv_service(uint32_t *wmi_service)
WMI_SERVICE_CCA_BUSY_INFO_FOREACH_20MHZ;
wmi_service[wmi_service_vdev_param_chwidth_with_notify_support] =
WMI_SERVICE_VDEV_PARAM_CHWIDTH_WITH_NOTIFY_SUPPORT;
#ifdef WLAN_FEATURE_11BE_MLO
wmi_service[wmi_service_mlo_tsf_sync] = WMI_SERVICE_MLO_TSF_SYNC;
#endif
}
/**