wl18xx: increase rx_ba_win_size to 32
The new FWs support a bigger BA window. Signed-off-by: Ido Reis <idor@ti.com> Signed-off-by: Luciano Coelho <luca@coelho.fi>
This commit is contained in:
parent
4cc533830b
commit
9ae48aeaa3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user