Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH] wl12xx: update bet_max_consecutive
@ 2011-03-14 16:53 Ohad Ben-Cohen
  2011-03-14 16:56 ` Ohad Ben-Cohen
  2011-03-21 13:35 ` Luciano Coelho
  0 siblings, 2 replies; 3+ messages in thread
From: Ohad Ben-Cohen @ 2011-03-14 16:53 UTC (permalink / raw)
  To: linux-wireless; +Cc: Luciano Coelho, Ohad Ben-Cohen

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>
---
 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 8b3c8d1..4e6660d 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 = {
 		.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,
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-21 13:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-14 16:53 [PATCH] wl12xx: update bet_max_consecutive Ohad Ben-Cohen
2011-03-14 16:56 ` Ohad Ben-Cohen
2011-03-21 13:35 ` Luciano Coelho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox