瀏覽代碼

qcacmn: Reduce maximum contiguous allocation size

Reduce default max contiguous allocation in wlan_cfg to 2MB.

Change-Id: If97bb4aaaab48d3435a4992e951ab02ef891d1e2
Karunakar Dasineni 8 年之前
父節點
當前提交
67c7877fe0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      wlan_cfg/wlan_cfg.c

+ 1 - 1
wlan_cfg/wlan_cfg.c

@@ -67,7 +67,7 @@
 
 
 #define WLAN_CFG_DP_TX_NUM_POOLS 3
 #define WLAN_CFG_DP_TX_NUM_POOLS 3
 /* Change this to a lower value to enforce scattered idle list mode */
 /* Change this to a lower value to enforce scattered idle list mode */
-#define WLAN_CFG_MAX_ALLOC_SIZE (32 << 20)
+#define WLAN_CFG_MAX_ALLOC_SIZE (2 << 20)
 
 
 #define WLAN_CFG_MAX_CLIENTS 64
 #define WLAN_CFG_MAX_CLIENTS 64