Merge "qcacmn: Add support for handling MLO TSF sync capability"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
70cae165fc
@@ -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;
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user