wl18xx: increase tx_ba_win_size to 64

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

Signed-off-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: Arik Nemtsov <arik@wizery.com>
This commit is contained in:
Luciano Coelho 2012-05-10 12:14:21 +03:00
parent 5a7589be34
commit 3507efa084
1 changed files with 1 additions and 1 deletions

View File

@ -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,
},