Browse Source

qcacld-3.0: Use static memory allocation for DFS

In WLAN ON/OFF stress test, due to system memory fragment, it's hard
to dynamiclly allocate contiguous memory for DFS huge memory which
is greater than 64K. Normally memory allocations of order of 4 and
upwards are not recommended by memory team. So use static memory
allocation for DFS.

ROME and Hastings already changed, this change is for Geona.

Change-Id: I33aa3efd378518491f06b496344ed3034c4978d9
CRs-Fixed: 2851914
Qun Zhang 3 years ago
parent
commit
d32b7f91fa
1 changed files with 2 additions and 4 deletions
  1. 2 4
      configs/genoa.common

+ 2 - 4
configs/genoa.common

@@ -184,10 +184,8 @@ CONFIG_BUILD_TAG := y
 endif
 endif
 
-#Buffer allocations dynamically
-ifeq ($(CONFIG_WLAN_ALLOCATE_GLOBAL_BUFFERS_DYNAMICALLY), y)
-CONFIG_WLAN_DFS_STATIC_MEM_ALLOC := n
-endif
+# Use static allocation for DFS
+CONFIG_WLAN_DFS_STATIC_MEM_ALLOC := y
 
 # WoW filer configs
 CONFIG_CFG_PMO_WOW_FILTERS_MAX := 16