diff options
author | Ido Yariv <ido@wizery.com> | 2011-03-01 08:14:44 -0500 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-03-03 09:12:57 -0500 |
commit | b16d4b6864e5bd7e5a6e5987f896003175235bca (patch) | |
tree | 7ae1d2f1f0876fc46b37dbc501bcf0ebf18ebcf9 | |
parent | b07d4037051318d47c055384ef887535a0ed2d1e (diff) |
wl12xx: Modify requested number of memory blocks
Tests have shown that the requested number of memory blocks is
sub-optimal. Slightly modify the requested number of memory blocks for
TX.
Signed-off-by: Ido Yariv <ido@wizery.com>
Reviewed-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
-rw-r--r-- | drivers/net/wireless/wl12xx/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c index 2679abcf5a05..8b3c8d196b03 100644 --- a/drivers/net/wireless/wl12xx/main.c +++ b/drivers/net/wireless/wl12xx/main.c | |||
@@ -304,7 +304,7 @@ static struct conf_drv_settings default_conf = { | |||
304 | .rx_block_num = 70, | 304 | .rx_block_num = 70, |
305 | .tx_min_block_num = 40, | 305 | .tx_min_block_num = 40, |
306 | .dynamic_memory = 0, | 306 | .dynamic_memory = 0, |
307 | .min_req_tx_blocks = 104, | 307 | .min_req_tx_blocks = 100, |
308 | .min_req_rx_blocks = 22, | 308 | .min_req_rx_blocks = 22, |
309 | .tx_min = 27, | 309 | .tx_min = 27, |
310 | } | 310 | } |