qcacmn: Support vendor handoff service bit info from FW

Add change to fetch and save the WMI service capability
bit of FW to support vendor handoff control feature
using service bit.

Change-Id: I6bc85f2807032bf84d391f34c814c91de906ab42
CRs-Fixed: 3225147
This commit is contained in:
abhinav kumar
2022-05-08 16:48:10 +05:30
committed by Madan Koyyalamudi
parent 6e1dde7e43
commit f55ec57e32
4 changed files with 36 additions and 0 deletions

View File

@@ -5736,6 +5736,9 @@ typedef enum {
#endif
#ifdef MULTI_CLIENT_LL_SUPPORT
wmi_service_configure_multi_client_ll_support,
#endif
#ifdef WLAN_VENDOR_HANDOFF_CONTROL
wmi_service_configure_vendor_handoff_control_support,
#endif
wmi_services_max,
} wmi_conv_service_ids;