Commit 9ae48aea authored by Ido Reis's avatar Ido Reis Committed by Luciano Coelho

wl18xx: increase rx_ba_win_size to 32

The new FWs support a bigger BA window.
Signed-off-by: default avatarIdo Reis <idor@ti.com>
Signed-off-by: default avatarLuciano Coelho <luca@coelho.fi>
parent 4cc53383
......@@ -415,7 +415,7 @@ static struct wlcore_conf wl18xx_conf = {
.snr_threshold = 0,
},
.ht = {
.rx_ba_win_size = 10,
.rx_ba_win_size = 32,
.tx_ba_win_size = 64,
.inactivity_timeout = 10000,
.tx_ba_tid_bitmap = CONF_TX_BA_ENABLED_TID_BITMAP,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment