summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYun Park <yunp@qca.qualcomm.com>2014-04-28 16:55:12 -0700
committerPitani Venkata Rajesh Kumar <c_vpitan@qti.qualcomm.com>2014-05-15 16:19:45 +0530
commit7b1fed953edebbbf2f5045ffa11966466118d290 (patch)
treed77aad6950787997e5e082fd24bbe6eaa5d55139
parent157f6e241d338d8de9c51231c33dda66accd01b5 (diff)
qcacld: Make RX_DEFRAG_TIMEOUT_DUP_DETECTION_CHECK enable for LL case
Set CFG_TGT_DEFAULT_RX_SKIP_DEFRAG_TIMEOUT_DUP_DETECTION_CHECK 0 for default target config (for Low Latency interface) Change-Id: Ic4e0fe89c0482a7502b593c7858569165009841d CRs-fixed: 626371
-rw-r--r--CORE/SERVICES/COMMON/wlan_tgt_def_config.h4
1 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 b7cdd922b75d..d804b465f923 100644
--- a/CORE/SERVICES/COMMON/wlan_tgt_def_config.h
+++ b/CORE/SERVICES/COMMON/wlan_tgt_def_config.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2011, 2014 The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
@@ -167,7 +167,7 @@
#define CFG_TGT_DEFAULT_TX_DBG_LOG_SIZE 1024 /* bytes */
/* target based fragment timeout and MPDU duplicate detection */
-#define CFG_TGT_DEFAULT_RX_SKIP_DEFRAG_TIMEOUT_DUP_DETECTION_CHECK 1
+#define CFG_TGT_DEFAULT_RX_SKIP_DEFRAG_TIMEOUT_DUP_DETECTION_CHECK 0
/* Default VoW configuration
*/