2011-04-13 11:50:16

by Shahar Levi

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

Reducing the retries of sending PS exit packets to the peer AP.
That fix is to avoid sending unrealizable number of PS exit packets
in case of ap lost.

Signed-off-by: Shahar Levi <[email protected]>
---
Changes from v1:
- Update commit message

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-29 19:56:53

by Luciano Coelho

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

On Wed, 2011-04-13 at 14:52 +0300, Shahar Levi wrote:
> Reducing the retries of sending PS exit packets to the peer AP.
> That fix is to avoid sending unrealizable number of PS exit packets
> in case of ap lost.
>
> Signed-off-by: Shahar Levi <[email protected]>
> ---

Applied, thanks Shahar.

--
Cheers,
Luca.