Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3507efa0 authored by Luciano Coelho's avatar Luciano Coelho
Browse files

wl18xx: increase tx_ba_win_size to 64



Now the firmware can support TX block ack sessions with 64 frames.

Signed-off-by: default avatarLuciano Coelho <coelho@ti.com>
Signed-off-by: default avatarArik Nemtsov <arik@wizery.com>
parent 5a7589be
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -408,7 +408,7 @@ static struct wlcore_conf wl18xx_conf = {
	},
	},
	.ht = {
	.ht = {
		.rx_ba_win_size = 10,
		.rx_ba_win_size = 10,
		.tx_ba_win_size = 10,
		.tx_ba_win_size = 64,
		.inactivity_timeout = 10000,
		.inactivity_timeout = 10000,
		.tx_ba_tid_bitmap = CONF_TX_BA_ENABLED_TID_BITMAP,
		.tx_ba_tid_bitmap = CONF_TX_BA_ENABLED_TID_BITMAP,
	},
	},