Skip to content

Commit

Permalink
wl18xx: increase tx_ba_win_size to 64
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Luciano Coelho committed Jun 5, 2012
1 parent 5a7589b commit 3507efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ti/wl18xx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit 3507efa

Please sign in to comment.