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:
parent
2640226147
commit
c3470070d6
5
Kbuild
5
Kbuild
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user