summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvinothkumar <c_vvarat@qti.qualcomm.com>2013-10-09 19:08:03 +0530
committerMadan Mohan Koyyalamudi <mkoyyala@qca.qualcomm.com>2013-10-23 20:03:36 -0700
commita3a65b7a65c88a0733aeb123d00cd4d7b707375e (patch)
treed6443100c7bdf3768039735a0a6f53d2318b660b
parent18264ece925b27696813c6e1564c9101e6dfbd20 (diff)
cld: Fix for failing to get IP through DHCP
Fix the issue of failing to get IP through DHCP by making the target responsible for frag timeout and dup checking for received data packets. Change-Id: If758a859d0cfeb38c16052fd3749ad28788fc268 CRs Fixed: 547458 References: CL 1912560
-rw-r--r--CORE/SERVICES/COMMON/wlan_tgt_def_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wlan_tgt_def_config.h b/CORE/SERVICES/COMMON/wlan_tgt_def_config.h
index d26f65516bad..775417762e08 100644
--- a/CORE/SERVICES/COMMON/wlan_tgt_def_config.h
+++ b/CORE/SERVICES/COMMON/wlan_tgt_def_config.h
@@ -149,7 +149,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
*/