* [PATCH v2] wl12xx: Update Power Save Exit Retries Packets
@ 2011-04-13 11:52 Shahar Levi
2011-04-29 19:56 ` Luciano Coelho
0 siblings, 1 reply; 2+ messages in thread
From: Shahar Levi @ 2011-04-13 11:52 UTC (permalink / raw)
To: linux-wireless; +Cc: Luciano Coelho
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 <shahar_levi@ti.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] wl12xx: Update Power Save Exit Retries Packets
2011-04-13 11:52 [PATCH v2] wl12xx: Update Power Save Exit Retries Packets Shahar Levi
@ 2011-04-29 19:56 ` Luciano Coelho
0 siblings, 0 replies; 2+ messages in thread
From: Luciano Coelho @ 2011-04-29 19:56 UTC (permalink / raw)
To: Shahar Levi; +Cc: linux-wireless
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 <shahar_levi@ti.com>
> ---
Applied, thanks Shahar.
--
Cheers,
Luca.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-29 19:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-13 11:52 [PATCH v2] wl12xx: Update Power Save Exit Retries Packets Shahar Levi
2011-04-29 19:56 ` Luciano Coelho
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox