aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShahar Levi <shahar_levi@ti.com>2011-04-13 14:52:50 +0300
committerLuciano Coelho <coelho@ti.com>2011-05-02 10:26:58 +0300
commit2370841bf1a735661db3d3ae63385be3475b7452 (patch)
tree7bc9b5ae9d2e3e06f872b47286ddc763f029d394
parentff86843dfbb368766d0aecd0147821d9a2b60edb (diff)
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 <shahar_levi@ti.com> Signed-off-by: Luciano Coelho <coelho@ti.com>
-rw-r--r--drivers/net/wireless/wl12xx/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c
index 8a7a8c5fcf5..c0cfcc7e11a 100644
--- a/drivers/net/wireless/wl12xx/main.c
+++ b/drivers/net/wireless/wl12xx/main.c
@@ -258,7 +258,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,