qcacld-3.0: Replace CONFIG_WLAN_TWT_CONVERGED

Componentization is complete, therefore, TWT component
should be used whenever TWT is enabled. Replace CONFIG_WLAN_TWT_CONVERGED
with CONFIG_WLAN_FEATURE_TWT to always enable component for TWT.

Change-Id: I849387c751a6d5f1c6d338ac9c2dfdb72244c137
CRs-Fixed: 3300364
This commit is contained in:
David Oladunjoye
2022-09-26 12:14:29 -07:00
gecommit door Madan Koyyalamudi
bovenliggende 9d30ae6c8f
commit d5f6682047

2
Kbuild
Bestand weergeven

@@ -2451,7 +2451,7 @@ TWT_CONV_INCS := -I$(WLAN_COMMON_INC)/umac \
-I$(WLAN_ROOT)/components/target_if/twt/inc
ifeq ($(CONFIG_WLAN_TWT_CONVERGED), y)
ifeq ($(CONFIG_WLAN_FEATURE_TWT), y)
TWT_CONV_OBJS := $(TWT_CONV_CMN_OSIF_SRC)/osif_twt_req.o \
$(TWT_CONV_CMN_OSIF_SRC)/osif_twt_rsp.o \
$(TWT_CONV_CMN_DISPATCHER_SRC)/wlan_twt_api.o \