From 7b1fed953edebbbf2f5045ffa11966466118d290 Mon Sep 17 00:00:00 2001 From: Yun Park Date: Mon, 28 Apr 2014 16:55:12 -0700 Subject: 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 --- CORE/SERVICES/COMMON/wlan_tgt_def_config.h | 4 ++-- 1 file 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 */ -- cgit v1.2.3