qcacld-3.0: Enable ROAM wma to target_if convergence

Enable ROAM_TARGET_IF_CONVERGENCE to enable the
wma to target_if roaming convergence code.
This is a temporary change and shall be reverted by
removing the define ROAM_TARGET_IF_CONVERGENCE usage and
the legacy code(i.e. code present in else part).

Change-Id: I840573b4699f23b7633b8049741a57a0dda975a7
CRs-Fixed: 3039950
This commit is contained in:
Srinivas Dasari 2021-07-26 11:52:09 +05:30 committed by Madan Koyyalamudi
parent 2640226147
commit c3470070d6

5
Kbuild
View File

@ -633,6 +633,11 @@ ifeq ($(CONFIG_QCACLD_FEATURE_NAN), y)
MAC_NDP_OBJS += $(MAC_SRC_DIR)/pe/nan/nan_datapath.o
endif
#Temporarily enable ROAM_TARGET_IF_CONVERGENCE to enable wma to target_if roam
#convergence. It shall be reverted sometime soon by removing the define
#ROAM_TARGET_IF_CONVERGENCE usage and the legacy code(i.e. code in else part).
cppflags-y += -DROAM_TARGET_IF_CONVERGENCE
ifeq ($(CONFIG_QCACLD_WLAN_LFR2), y)
MAC_LIM_OBJS += $(MAC_SRC_DIR)/pe/lim/lim_process_mlm_host_roam.o \
$(MAC_SRC_DIR)/pe/lim/lim_send_frames_host_roam.o \