2011-04-04 07:13:46

by Shahar Levi

[permalink] [raw]
Subject: [PATCH] wl12xx: Update Power Save Exit Retries Packets

Reducing the retries of sending PS exit packets to the peer AP

Signed-off-by: Shahar Levi <[email protected]>
---
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 85cb4da..22c917d 100644
--- a/drivers/net/wireless/wl12xx/main.c
+++ b/drivers/net/wireless/wl12xx/main.c
@@ -256,7 +256,7 @@ static struct conf_drv_settings default_conf = {
.bet_enable = CONF_BET_MODE_ENABLE,
.bet_max_consecutive = 50,
.psm_entry_retries = 5,
- .psm_exit_retries = 255,
+ .psm_exit_retries = 16,
.psm_entry_nullfunc_retries = 3,
.psm_entry_hangover_period = 1,
.keep_alive_interval = 55000,
--
1.7.0.4



2011-04-06 18:23:44

by Luciano Coelho

[permalink] [raw]
Subject: Re: [PATCH] wl12xx: Update Power Save Exit Retries Packets

On Mon, 2011-04-04 at 10:15 +0300, Shahar Levi wrote:
> Reducing the retries of sending PS exit packets to the peer AP
>
> Signed-off-by: Shahar Levi <[email protected]>
> ---

Can you explain in the commit message why this change is needed?


--
Cheers,
Luca.