瀏覽代碼

qcacld-3.0: Disable FISA history for debug builds

Memory allocation for FISA history could possibly
happen from the cnss prealloc pool.

Fix is to disable FISA history until the allocation
is moved to DP prealloc.

Change-Id: I6c2e42d129d6642601ae59e08294c214907f5faf
CRs-Fixed: 3006138
Yeshwanth Sriram Guntuka 3 年之前
父節點
當前提交
1ff2f766d9
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      configs/default_defconfig

+ 0 - 6
configs/default_defconfig

@@ -1346,12 +1346,6 @@ CONFIG_RX_FISA := n
 CONFIG_MORE_TX_DESC := y
 endif
 
-ifeq ($(CONFIG_RX_FISA), y)
-	 ifeq ($(CONFIG_SLUB_DEBUG_ON), y)
-	 	CONFIG_RX_FISA_HISTORY := y
-	 endif
-endif
-
 CONFIG_HANDLE_BC_EAP_TX_FRM := y
 
 ifeq ($(CONFIG_BAND_6GHZ), y)