From bfbbd83f6ad2d83803a37e18bbc9c2ced5db2355 Mon Sep 17 00:00:00 2001 From: Yeshwanth Sriram Guntuka Date: Fri, 6 Oct 2017 14:28:19 +0530 Subject: 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 --- core/mac/inc/wni_cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3