wl12xx: increase psm_entry_retries
authorEliad Peller <eliad@wizery.com>
Tue, 23 Aug 2011 13:37:02 +0000 (16:37 +0300)
committerLuciano Coelho <coelho@ti.com>
Thu, 25 Aug 2011 07:19:28 +0000 (10:19 +0300)
In congested env, sometimes 5 psm entry retries are not enough.
Increase the retries count to 8.

Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/wl12xx/main.c

index 3702e61a89f622f005e6dc4ff29844b047ef710c..3edc1d867836a4480f48825fb17447bfa8b29397 100644 (file)
@@ -236,7 +236,7 @@ static struct conf_drv_settings default_conf = {
                .ps_poll_recovery_period     = 700,
                .bet_enable                  = CONF_BET_MODE_ENABLE,
                .bet_max_consecutive         = 50,
-               .psm_entry_retries           = 5,
+               .psm_entry_retries           = 8,
                .psm_exit_retries            = 16,
                .psm_entry_nullfunc_retries  = 3,
                .psm_entry_hangover_period   = 1,
This page took 0.027708 seconds and 5 git commands to generate.