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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,