diff options
author | Ohad Ben-Cohen <ohad@wizery.com> | 2011-03-14 12:53:10 -0400 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-04-19 09:49:06 -0400 |
commit | 958b20e068be2c6267c2b5764babf15b0d4f5c69 (patch) | |
tree | 9d40fd448ca70943d11fac327ee2d486df1c4f02 /drivers/net/wireless/wl12xx/main.c | |
parent | 871d0c3ba32c2d2e1e7d9ac0d231a440d2653fc5 (diff) |
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: Ruthy Zaphir <ruthyz@ti.com>
Tested-by: Danil Shalumov <danils@ti.com>
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/main.c')
-rw-r--r-- | drivers/net/wireless/wl12xx/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c index 28048474827a..dd49b2292b5f 100644 --- a/drivers/net/wireless/wl12xx/main.c +++ b/drivers/net/wireless/wl12xx/main.c | |||
@@ -254,7 +254,7 @@ static struct conf_drv_settings default_conf = { | |||
254 | .ps_poll_threshold = 10, | 254 | .ps_poll_threshold = 10, |
255 | .ps_poll_recovery_period = 700, | 255 | .ps_poll_recovery_period = 700, |
256 | .bet_enable = CONF_BET_MODE_ENABLE, | 256 | .bet_enable = CONF_BET_MODE_ENABLE, |
257 | .bet_max_consecutive = 10, | 257 | .bet_max_consecutive = 50, |
258 | .psm_entry_retries = 5, | 258 | .psm_entry_retries = 5, |
259 | .psm_exit_retries = 255, | 259 | .psm_exit_retries = 255, |
260 | .psm_entry_nullfunc_retries = 3, | 260 | .psm_entry_nullfunc_retries = 3, |