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

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
......@@ -408,7 +408,7 @@ static struct wlcore_conf wl18xx_conf = {
},
.ht = {
.rx_ba_win_size = 10,
.tx_ba_win_size = 10,
.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