summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYeshwanth Sriram Guntuka <ysriramg@codeaurora.org>2017-10-06 14:28:19 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-10-06 12:16:13 -0700
commitbfbbd83f6ad2d83803a37e18bbc9c2ced5db2355 (patch)
tree66190bfb2fd5bd5bef086eba3b6a43dc32ed3d37
parentdfbd3813955fb17771370c9dee57e834de8ec1d4 (diff)
qcacld-3.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: 2111579
-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 304d4d7289aa..a84e187df274 100644
--- a/core/mac/inc/wni_cfg.h
+++ b/core/mac/inc/wni_cfg.h
@@ -574,7 +574,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