qcacmn: Add support for per link stats FW event

Add support in driver to check if FW supports per link stats
in case of mlo connection, using the wmi service event
WMI_SERVICE_PER_LINK_STATS_SUPPORT

Change-Id: I85ea50877455efc3646d3b1892ce855dc07b1dbf
CRs-Fixed: 3520338
This commit is contained in:
Aditya Kodukula
2023-05-01 01:35:48 -07:00
committed by Rahul Choudhary
parent 35f33b2cbe
commit db32db91ab
2 changed files with 3 additions and 0 deletions

View File

@@ -6366,6 +6366,7 @@ typedef enum {
#ifdef WLAN_FEATURE_11BE_MLO
wmi_service_mlo_tsf_sync,
wmi_service_n_link_mlo_support,
wmi_service_per_link_stats_support,
#endif
wmi_services_max,
} wmi_conv_service_ids;