summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx
diff options
context:
space:
mode:
authorIdo Yariv2011-04-18 15:45:10 +0200
committerLuciano Coelho2011-05-02 09:27:17 +0200
commit4cf557fcf01e352fb418e110dd013e4128493c5f (patch)
tree3c14442818f4cba1e939f85dd8da334e0563fe82 /drivers/net/wireless/wl12xx
parentwl12xx: Restart TX when TX descriptors are available (diff)
downloadkernel-qcow2-linux-4cf557fcf01e352fb418e110dd013e4128493c5f.tar.gz
kernel-qcow2-linux-4cf557fcf01e352fb418e110dd013e4128493c5f.tar.xz
kernel-qcow2-linux-4cf557fcf01e352fb418e110dd013e4128493c5f.zip
wl12xx: Enable dynamic memory for 127x
The FW can dynamically manage its internal TX & RX memory pools, moving blocks from one pool to another when necessary. This can significantly improve performance. Currently this feature is enabled only for 128x. Enable dynamic memory for 127x as well. Other parameters in the memory configuration structure may need to be fine tuned, as the optimal values for these may change once dynamic memory is enabled. Signed-off-by: Ido Yariv <ido@wizery.com> Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx')
-rw-r--r--drivers/net/wireless/wl12xx/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c
index c0cfcc7e11ac..6dd72365b63a 100644
--- a/drivers/net/wireless/wl12xx/main.c
+++ b/drivers/net/wireless/wl12xx/main.c
@@ -305,7 +305,7 @@ static struct conf_drv_settings default_conf = {
.ssid_profiles = 1,
.rx_block_num = 70,
.tx_min_block_num = 40,
- .dynamic_memory = 0,
+ .dynamic_memory = 1,
.min_req_tx_blocks = 100,
.min_req_rx_blocks = 22,
.tx_min = 27,