Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d7b63b9f authored by Arik Nemtsov's avatar Arik Nemtsov Committed by Luciano Coelho
Browse files

wl12xx: increase dynamic PS timeout to 200ms



This ensures the user won't encounter lag associated with getting in and
out of PSM when the card is in use.

Signed-off-by: default avatarArik Nemtsov <arik@wizery.com>
Signed-off-by: default avatarLuciano Coelho <coelho@ti.com>
parent b9239b66
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -246,7 +246,7 @@ static struct conf_drv_settings default_conf = {
		.psm_entry_retries           = 8,
		.psm_entry_retries           = 8,
		.psm_exit_retries            = 16,
		.psm_exit_retries            = 16,
		.psm_entry_nullfunc_retries  = 3,
		.psm_entry_nullfunc_retries  = 3,
		.dynamic_ps_timeout          = 100,
		.dynamic_ps_timeout          = 200,
		.forced_ps                   = false,
		.forced_ps                   = false,
		.keep_alive_interval         = 55000,
		.keep_alive_interval         = 55000,
		.max_listen_interval         = 20,
		.max_listen_interval         = 20,