浏览代码

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
Srinivas Dasari 3 年之前
父节点
当前提交
c3470070d6
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      Kbuild

+ 5 - 0
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 \