qcacmn: Add support for nlink mlo support capability
Add support for nlink mlo support capability. Change-Id: I7b033ce36f35aeb57147f4e7c69328f98e2a9cf7 CRs-Fixed: 3500525
This commit is contained in:

committed by
Rahul Choudhary

parent
2d2f50fbf0
commit
6380e02cbb
@@ -6362,6 +6362,7 @@ typedef enum {
|
||||
|
||||
#ifdef WLAN_FEATURE_11BE_MLO
|
||||
wmi_service_mlo_tsf_sync,
|
||||
wmi_service_n_link_mlo_support,
|
||||
#endif
|
||||
wmi_services_max,
|
||||
} wmi_conv_service_ids;
|
||||
|
@@ -22293,6 +22293,8 @@ static void populate_tlv_service(uint32_t *wmi_service)
|
||||
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;
|
||||
wmi_service[wmi_service_n_link_mlo_support] =
|
||||
WMI_SERVICE_N_LINK_MLO_SUPPORT;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user