Merge "qcacmn: Add support for handling MLO TSF sync capability"

This commit is contained in:
Linux Build Service Account
2023-04-21 09:15:34 -07:00
committed by Gerrit - the friendly Code Review server
5 changed files with 38 additions and 0 deletions

View File

@@ -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;

View File

@@ -22224,6 +22224,9 @@ static void populate_tlv_service(uint32_t *wmi_service)
wmi_service[wmi_service_standalone_sound] =
WMI_SERVICE_STANDALONE_SOUND;
#endif
#ifdef WLAN_FEATURE_11BE_MLO
wmi_service[wmi_service_mlo_tsf_sync] = WMI_SERVICE_MLO_TSF_SYNC;
#endif
}
/**