Browse Source

qcacld-3.0: Enable CP_STATs componet

Enable CP_STATs component.

Change-Id: I49917ca35109a468f601f417792704e866a7c432
CRs-Fixed: 2249397
Naveen Rawat 6 years ago
parent
commit
c9fab3e2b7
3 changed files with 2 additions and 3 deletions
  1. 0 1
      Kbuild
  2. 1 1
      configs/default_defconfig
  3. 1 1
      configs/genoa.snoc.debug_defconfig

+ 0 - 1
Kbuild

@@ -1034,7 +1034,6 @@ ifeq ($(CONFIG_CP_STATS), y)
 CP_STATS_OBJS := $(CP_STATS_TGT_SRC)/target_if_mc_cp_stats.o                 \
 		 $(CP_STATS_CORE_SRC)/wlan_cp_stats_comp_handler.o           \
 		 $(CP_STATS_CORE_SRC)/wlan_cp_stats_obj_mgr_handler.o        \
-		 $(CP_STATS_CORE_SRC)/wlan_cp_stats_da_api.o                 \
 		 $(CP_STATS_CORE_SRC)/wlan_cp_stats_ol_api.o                 \
 		 $(CP_STATS_OS_IF_SRC)/wlan_cfg80211_mc_cp_stats.o           \
 		 $(CP_STATS_DISPATCHER_SRC)/wlan_cp_stats_utils_api.o        \

+ 1 - 1
configs/default_defconfig

@@ -477,7 +477,7 @@ ifneq ($(CONFIG_WIFI_POS_CONVERGED), y)
 CONFIG_WIFI_POS_LEGACY := y
 endif
 
-CONFIG_CP_STATS := n
+CONFIG_CP_STATS := y
 
 CONFIG_FEATURE_WLAN_WAPI := y
 

+ 1 - 1
configs/genoa.snoc.debug_defconfig

@@ -92,7 +92,7 @@ CONFIG_FEATURE_HTC_CREDIT_HISTORY := y
 CONFIG_TRACE_RECORD_FEATURE := y
 CONFIG_WLAN_FEATURE_P2P_DEBUG := y
 CONFIG_WLAN_NUD_TRACKING := y
-CONFIG_CP_STATS := n
+CONFIG_CP_STATS := y
 CONFIG_FEATURE_FW_LOG_PARSING := y
 CONFIG_PTT_SOCK_SVC_ENABLE := y
 CONFIG_WMI_INTERFACE_EVENT_LOGGING := y