wlcore: modify bss loss parameters
authorIgal Chernobelsky <igalc@ti.com>
Tue, 15 May 2012 14:08:57 +0000 (17:08 +0300)
committerLuciano Coelho <coelho@ti.com>
Tue, 5 Jun 2012 14:16:08 +0000 (17:16 +0300)
Modify default parameters to reduce firmware BSS lose
probability in congested environment.

[Applied to 18xx configuration as well - Arik]

Signed-off-by: Igal Chernobelsky <igalc@ti.com>
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/ti/wl12xx/main.c
drivers/net/wireless/ti/wl18xx/main.c

index ba14acae1d5986c6b1ed6063b65908a50bdd3637..e400d1987e6cfa611e53a15894279ef094ceed5a 100644 (file)
@@ -227,8 +227,8 @@ static struct wlcore_conf wl12xx_conf = {
                                .rule        = CONF_BCN_RULE_PASS_ON_CHANGE,
                        },
                },
-               .synch_fail_thold            = 10,
-               .bss_lose_timeout            = 100,
+               .synch_fail_thold            = 12,
+               .bss_lose_timeout            = 400,
                .beacon_rx_timeout           = 10000,
                .broadcast_timeout           = 20000,
                .rx_broadcast_in_ps          = 1,
index bbd935fb5f642c5cfa18b66686b2b5bb0150df35..5a6c4cc9577e11b774dcfc5bf6cde4cc6ff7a8fb 100644 (file)
@@ -350,8 +350,8 @@ static struct wlcore_conf wl18xx_conf = {
                                .rule        = CONF_BCN_RULE_PASS_ON_CHANGE,
                        },
                },
-               .synch_fail_thold            = 10,
-               .bss_lose_timeout            = 100,
+               .synch_fail_thold            = 12,
+               .bss_lose_timeout            = 400,
                .beacon_rx_timeout           = 10000,
                .broadcast_timeout           = 20000,
                .rx_broadcast_in_ps          = 1,