summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirav Shah <nnshah@qti.qualcomm.com>2014-10-21 05:30:06 +0530
committerAnjaneeDevi Kapparapu <c_akappa@qti.qualcomm.com>2014-10-22 13:18:29 +0530
commit9dae564d75786057c792d7c2faa091640091cb10 (patch)
treeeee75f9f7ba65187523e77c7e1fd6edc487a0c94
parentca359ed0fdf9226bb89fdb0b18dd3e0bd2f2f870 (diff)
qcacld: Reduce CFG_TGT_WDS_ENTRIES to 0
Reduce CFG_TGT_WDS_ENTRIES to 0 to save memory in FW. Change-Id: Ia657710729b75c1f18aa098a6ac94eca6eca1d3b CRs-FIXED: 743347
-rw-r--r--CORE/SERVICES/COMMON/wlan_tgt_def_config.h2
-rw-r--r--CORE/SERVICES/COMMON/wlan_tgt_def_config_hl.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/CORE/SERVICES/COMMON/wlan_tgt_def_config.h b/CORE/SERVICES/COMMON/wlan_tgt_def_config.h
index 04ecf436d09e..0438eff2c862 100644
--- a/CORE/SERVICES/COMMON/wlan_tgt_def_config.h
+++ b/CORE/SERVICES/COMMON/wlan_tgt_def_config.h
@@ -46,7 +46,7 @@
/* # of WDS entries to support.
*/
-#define CFG_TGT_WDS_ENTRIES 32
+#define CFG_TGT_WDS_ENTRIES 0
/* MAC DMA burst size. 0: 128B - default, 1: 256B, 2: 64B
*/
diff --git a/CORE/SERVICES/COMMON/wlan_tgt_def_config_hl.h b/CORE/SERVICES/COMMON/wlan_tgt_def_config_hl.h
index 513d03259148..2dfdb3827db0 100644
--- a/CORE/SERVICES/COMMON/wlan_tgt_def_config_hl.h
+++ b/CORE/SERVICES/COMMON/wlan_tgt_def_config_hl.h
@@ -48,7 +48,7 @@
/* # of WDS entries to support.
*/
-#define CFG_TGT_WDS_ENTRIES 2
+#define CFG_TGT_WDS_ENTRIES 0
/* MAC DMA burst size. 0: 128B - default, 1: 256B, 2: 64B
*/