浏览代码

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
Yeshwanth Sriram Guntuka 7 年之前
父节点
当前提交
32cc7e8136
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/mac/inc/wni_cfg.h

+ 1 - 1
core/mac/inc/wni_cfg.h

@@ -656,7 +656,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