Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f386197c authored by Huashan Qu's avatar Huashan Qu Committed by snandini
Browse files

qcacld-3.0: Enable RSO ROAM_OFFLOAD_V1 path for all configs

Enable roam scan offload ROAM_OFFLOAD_V1 path for all configs.

Change-Id: Id3386c2f391f98fb67734fdd17919782d0240f18
CRs-Fixed: 2798357
parent f22d7227
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -1342,11 +1342,8 @@ MLME_INC += $(CM_INC)
CM_ROAM_OBJS :=    $(CM_DIR)/dispatcher/src/wlan_cm_tgt_if_tx_api.o \
			$(CM_DIR)/dispatcher/src/wlan_cm_roam_api.o \
			$(CM_DIR)/dispatcher/src/wlan_cm_roam_ucfg_api.o \
			$(CM_TGT_IF_DIR)/src/target_if_cm_roam_offload.o

ifeq ($(CONFIG_CM_ROAM_OFFLOAD), y)
CM_ROAM_OBJS += $(CM_DIR)/core/src/wlan_cm_roam_offload.o
endif
			$(CM_TGT_IF_DIR)/src/target_if_cm_roam_offload.o \
			$(CM_DIR)/core/src/wlan_cm_roam_offload.o

MLME_OBJS += $(CM_ROAM_OBJS)

@@ -2667,7 +2664,7 @@ cppflags-$(CONFIG_FEATURE_MOTION_DETECTION) += -DWLAN_FEATURE_MOTION_DETECTION
cppflags-$(CONFIG_WLAN_FW_OFFLOAD) += -DWLAN_FW_OFFLOAD
cppflags-$(CONFIG_WLAN_FEATURE_ELNA) += -DWLAN_FEATURE_ELNA
cppflags-$(CONFIG_FEATURE_COEX) += -DFEATURE_COEX
cppflags-$(CONFIG_CM_ROAM_OFFLOAD) += -DROAM_OFFLOAD_V1
cppflags-y += -DROAM_OFFLOAD_V1
cppflags-$(CONFIG_INTERFACE_MGR) += -DWLAN_FEATURE_INTERFACE_MGR
cppflags-$(CONFIG_HOST_WAKEUP_OVER_QMI) += -DHOST_WAKEUP_OVER_QMI

+0 −3
Original line number Diff line number Diff line
@@ -1185,9 +1185,6 @@ CONFIG_DEBUG_RX_RING_BUFFER := y
#Enable Hash debug
CONFIG_RX_HASH_DEBUG := y

#Flag to enable roam offload compilation of connection manager module
CONFIG_CM_ROAM_OFFLOAD := y

#Flag to enable interface manager
CONFIG_INTERFACE_MGR := y

+1 −1
Original line number Diff line number Diff line
@@ -20331,7 +20331,7 @@ csr_cm_update_rso_ese_info(struct mac_context *mac,
	rso_config->rso_11r_info.is_11r_assoc = roam_info->is11rAssoc;
}
#else
static
static inline void
csr_cm_update_rso_ese_info(struct mac_context *mac,
			   struct wlan_roam_scan_offload_params *rso_config,
			   tpCsrNeighborRoamControlInfo roam_info,