提交 958b20e0 编写于 作者: O Ohad Ben-Cohen 提交者: Luciano Coelho

wl12xx: update bet_max_consecutive

Allow early termination of 50 consecutive beacons.

This value is the recommended one by the 12xx's system/RF team,
and tests show that power consumption is improved as expected.
Reported-by: NRuthy Zaphir <ruthyz@ti.com>
Tested-by: NDanil Shalumov <danils@ti.com>
Signed-off-by: NOhad Ben-Cohen <ohad@wizery.com>
Signed-off-by: NLuciano Coelho <coelho@ti.com>
上级 871d0c3b
...@@ -254,7 +254,7 @@ static struct conf_drv_settings default_conf = { ...@@ -254,7 +254,7 @@ static struct conf_drv_settings default_conf = {
.ps_poll_threshold = 10, .ps_poll_threshold = 10,
.ps_poll_recovery_period = 700, .ps_poll_recovery_period = 700,
.bet_enable = CONF_BET_MODE_ENABLE, .bet_enable = CONF_BET_MODE_ENABLE,
.bet_max_consecutive = 10, .bet_max_consecutive = 50,
.psm_entry_retries = 5, .psm_entry_retries = 5,
.psm_exit_retries = 255, .psm_exit_retries = 255,
.psm_entry_nullfunc_retries = 3, .psm_entry_nullfunc_retries = 3,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册