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

Commit fc65c4f1 authored by Yeshwanth Sriram Guntuka's avatar Yeshwanth Sriram Guntuka Committed by Gerrit - the friendly Code Review server
Browse files

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
parent a1e14406
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -1172,12 +1172,6 @@ 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)