diff options
author | Ido Reis <idor@ti.com> | 2012-06-25 11:51:54 -0400 |
---|---|---|
committer | Luciano Coelho <luca@coelho.fi> | 2012-09-27 05:13:50 -0400 |
commit | 9ae48aeaa3618258f723d184871cc49ff4e50996 (patch) | |
tree | ac39ba4514f58ac3d2dc126ba50b594c49425cb8 | |
parent | 4cc533830b7e6b309e8b73196c410951fc2bed91 (diff) |
wl18xx: increase rx_ba_win_size to 32
The new FWs support a bigger BA window.
Signed-off-by: Ido Reis <idor@ti.com>
Signed-off-by: Luciano Coelho <luca@coelho.fi>
-rw-r--r-- | drivers/net/wireless/ti/wl18xx/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wl18xx/main.c b/drivers/net/wireless/ti/wl18xx/main.c index 3c274ebd1b49..181cd94ee146 100644 --- a/drivers/net/wireless/ti/wl18xx/main.c +++ b/drivers/net/wireless/ti/wl18xx/main.c | |||
@@ -415,7 +415,7 @@ static struct wlcore_conf wl18xx_conf = { | |||
415 | .snr_threshold = 0, | 415 | .snr_threshold = 0, |
416 | }, | 416 | }, |
417 | .ht = { | 417 | .ht = { |
418 | .rx_ba_win_size = 10, | 418 | .rx_ba_win_size = 32, |
419 | .tx_ba_win_size = 64, | 419 | .tx_ba_win_size = 64, |
420 | .inactivity_timeout = 10000, | 420 | .inactivity_timeout = 10000, |
421 | .tx_ba_tid_bitmap = CONF_TX_BA_ENABLED_TID_BITMAP, | 421 | .tx_ba_tid_bitmap = CONF_TX_BA_ENABLED_TID_BITMAP, |