summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYeshwanth Sriram Guntuka <ysriramg@codeaurora.org>2017-10-06 14:31:17 +0530
committersnandini <snandini@codeaurora.org>2017-10-06 04:56:35 -0700
commit3cd5ba36535d40f13ce7e75430890897551b1628 (patch)
tree4c568740244e54388d5a163611906f00b03fdf7f
parent60ca85bf90962b06c96755026c1dfce2d3f2b3fe (diff)
qcacld-2.0: Increase default value of Probe after HB timer to 70msecs
If Probe resp is received just after the Probe after HB timer expires then it results in disconnection. Fix is to increase the probe after hb timer default value to 70msecs. Change-Id: I0d4ac3e567def348c6b03b41c54579f332099de8 CRs-Fixed: 2122322
-rw-r--r--CORE/MAC/inc/wni_cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CORE/MAC/inc/wni_cfg.h b/CORE/MAC/inc/wni_cfg.h
index 1061ab16e089..1c3f0d990d4c 100644
--- a/CORE/MAC/inc/wni_cfg.h
+++ b/CORE/MAC/inc/wni_cfg.h
@@ -708,7 +708,7 @@ enum {
#define WNI_CFG_PROBE_AFTER_HB_FAIL_TIMEOUT_STAMIN 10
#define WNI_CFG_PROBE_AFTER_HB_FAIL_TIMEOUT_STAMAX 10000
-#define WNI_CFG_PROBE_AFTER_HB_FAIL_TIMEOUT_STADEF 40
+#define WNI_CFG_PROBE_AFTER_HB_FAIL_TIMEOUT_STADEF 70
#define WNI_CFG_11D_ENABLED_STAMIN 0
#define WNI_CFG_11D_ENABLED_STAMAX 1