]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
wl12xx: update bet_max_consecutive
authorOhad Ben-Cohen <ohad@wizery.com>
Mon, 14 Mar 2011 16:53:10 +0000 (18:53 +0200)
committerLuciano Coelho <coelho@ti.com>
Tue, 19 Apr 2011 13:49:06 +0000 (16:49 +0300)
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>
drivers/net/wireless/wl12xx/main.c

index 28048474827a0a70ff1298696dab54cde2a3249b..dd49b2292b5f109e2cadb9f4353e47be5e43a329 100644 (file)
@@ -254,7 +254,7 @@ static struct conf_drv_settings default_conf = {
                .ps_poll_threshold           = 10,
                .ps_poll_recovery_period     = 700,
                .bet_enable                  = CONF_BET_MODE_ENABLE,
-               .bet_max_consecutive         = 10,
+               .bet_max_consecutive         = 50,
                .psm_entry_retries           = 5,
                .psm_exit_retries            = 255,
                .psm_entry_nullfunc_retries  = 3,