From: Shahar Levi Date: Wed, 13 Apr 2011 11:52:50 +0000 (+0300) Subject: wl12xx: Update Power Save Exit Retries Packets X-Git-Tag: upstream/snapshot3+hdmi~9986^2~16^2~186^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2370841bf1a735661db3d3ae63385be3475b7452;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Signed-off-by: Luciano Coelho --- diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c index 8a7a8c5..c0cfcc7 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,