Explorar o código

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
David Oladunjoye %!s(int64=2) %!d(string=hai) anos
pai
achega
d5f6682047
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Kbuild

+ 1 - 1
Kbuild

@@ -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 \