From: Chen, Chien-Chia <matt680209@xxxxxxxxx> This parameter default is 2. But it is easy to cause my station losing the connection with AP. After I tune it to 20. It improves much when using rt2x00 and Linksys WRT160N V3 AP router. Signed-off-by: Chen, Chien-Chia <matt680209@xxxxxxxxx> --- net/mac80211/mlme.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c index 1b7eed2..ef872d7 100644 --- a/net/mac80211/mlme.c +++ b/net/mac80211/mlme.c @@ -36,7 +36,7 @@ #define IEEE80211_ASSOC_TIMEOUT (HZ / 5) #define IEEE80211_ASSOC_MAX_TRIES 3 -static int max_nullfunc_tries = 2; +static int max_nullfunc_tries = 20; module_param(max_nullfunc_tries, int, 0644); MODULE_PARM_DESC(max_nullfunc_tries, "Maximum nullfunc tx tries before disconnecting (reason 4)."); -- 1.7.7 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html