Skip to content

Commit

Permalink
wl18xx: increase tx_ba_win_size to 64 (SQUASH)
Browse files Browse the repository at this point in the history
Now the firmware can support TX block ack sessions with 64 frames.

Should be squashed with:
a811804 wl18xx: add runtime configuration parameters

Signed-off-by: Luciano Coelho <coelho@ti.com>
  • Loading branch information
Luciano Coelho committed Apr 4, 2012
1 parent 700c1b1 commit 414cb86
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 @@ -409,7 +409,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 414cb86

Please sign in to comment.