]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
wlcore: fix dynamic_ps_timeout time regression
authorArik Nemtsov <arik@wizery.com>
Tue, 15 May 2012 14:08:53 +0000 (17:08 +0300)
committerLuciano Coelho <coelho@ti.com>
Tue, 5 Jun 2012 14:16:08 +0000 (17:16 +0300)
In patch d7b63b9fc7ee73e75a4c7fdb899 we have raised the dynamic
PS timeout to 200ms to improve user experience. Re-apply the change,
since it was reverted in the wlcore split.

Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/ti/wl12xx/main.c
drivers/net/wireless/ti/wl18xx/main.c

index 67974f6c635a1bc178d099ba0bda56a666f85534..ba14acae1d5986c6b1ed6063b65908a50bdd3637 100644 (file)
@@ -238,7 +238,7 @@ static struct wlcore_conf wl12xx_conf = {
                .psm_entry_retries           = 8,
                .psm_exit_retries            = 16,
                .psm_entry_nullfunc_retries  = 3,
-               .dynamic_ps_timeout          = 40,
+               .dynamic_ps_timeout          = 200,
                .forced_ps                   = false,
                .keep_alive_interval         = 55000,
                .max_listen_interval         = 20,
index 31cd4cc3c1b2fd4021b8274762d975b9ed6c5869..bbd935fb5f642c5cfa18b66686b2b5bb0150df35 100644 (file)
@@ -361,7 +361,7 @@ static struct wlcore_conf wl18xx_conf = {
                .psm_entry_retries           = 8,
                .psm_exit_retries            = 16,
                .psm_entry_nullfunc_retries  = 3,
-               .dynamic_ps_timeout          = 40,
+               .dynamic_ps_timeout          = 200,
                .forced_ps                   = false,
                .keep_alive_interval         = 55000,
                .max_listen_interval         = 20,