* [PATCH] wl12xx: Update Power Save Exit Retries Packets
@ 2011-04-04 7:15 Shahar Levi
2011-04-06 18:23 ` Luciano Coelho
0 siblings, 1 reply; 2+ messages in thread
From: Shahar Levi @ 2011-04-04 7:15 UTC (permalink / raw)
To: linux-wireless; +Cc: Luciano Coelho
Reducing the retries of sending PS exit packets to the peer AP
Signed-off-by: Shahar Levi <shahar_levi@ti.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 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] wl12xx: Update Power Save Exit Retries Packets
2011-04-04 7:15 [PATCH] wl12xx: Update Power Save Exit Retries Packets Shahar Levi
@ 2011-04-06 18:23 ` Luciano Coelho
0 siblings, 0 replies; 2+ messages in thread
From: Luciano Coelho @ 2011-04-06 18:23 UTC (permalink / raw)
To: Shahar Levi; +Cc: linux-wireless
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 <shahar_levi@ti.com>
> ---
Can you explain in the commit message why this change is needed?
--
Cheers,
Luca.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-06 18:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-04 7:15 [PATCH] wl12xx: Update Power Save Exit Retries Packets Shahar Levi
2011-04-06 18:23 ` Luciano Coelho
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).