mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08:00
wlcore: modify bss loss parameters
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>
This commit is contained in:
parent
b515d83a29
commit
7b052214e5
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user