qcacmn: Support multi-client service bit info from FW

Add change to fetch and save the WMI service capability
bit of FW to support multi-client low latency feature
using service bit.

Change-Id: Ifce82c06fc913668949ed06634da1eebcea80397
CRs-Fixed: 3180932
This commit is contained in:
abhinav kumar
2022-04-17 14:52:52 +05:30
committed by Madan Koyyalamudi
parent 4609e90b57
commit 5cb3946000
4 changed files with 36 additions and 0 deletions

View File

@@ -5596,6 +5596,9 @@ typedef enum {
wmi_service_pktlog_decode_info_support,
#ifdef WLAN_FEATURE_ROAM_OFFLOAD
wmi_service_roam_stats_per_candidate_frame_info,
#endif
#ifdef MULTI_CLIENT_LL_SUPPORT
wmi_service_configure_multi_client_ll_support,
#endif
wmi_services_max,
} wmi_conv_service_ids;