qcacld-3.0: Add vendor handoff service bit caps support

Add vendor handoff service bit capability support
WLAN_SOC_VENDOR_HANDOFF_CONTROL to check whether the FW
supports vendor handoff feature or not.

Change-Id: Ifdf541761716df9ca5b764c05714a8b501642354
CRs-Fixed: 3224573
This commit is contained in:
abhinav kumar
2022-05-08 16:54:00 +05:30
committed by Madan Koyyalamudi
vanhempi 0216c8b79a
commit 4a19256692
6 muutettua tiedostoa jossa 55 lisäystä ja 0 poistoa

3
Kbuild
Näytä tiedosto

@@ -3999,6 +3999,9 @@ cppflags-$(CONFIG_SAE_SINGLE_PMK) += -DWLAN_SAE_SINGLE_PMK
#Flag to enable/disable multi client low latency feature support
cppflags-$(CONFIG_MULTI_CLIENT_LL_SUPPORT) += -DMULTI_CLIENT_LL_SUPPORT
#Flag to enable/disable vendor handoff control feature support
cppflags-$(CONFIG_WLAN_VENDOR_HANDOFF_CONTROL) += -DWLAN_VENDOR_HANDOFF_CONTROL
#Flag to enable/disable mscs feature
cppflags-$(CONFIG_FEATURE_MSCS) += -DWLAN_FEATURE_MSCS