Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b16d4b68 authored by Ido Yariv's avatar Ido Yariv Committed by Luciano Coelho
Browse files

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: default avatarIdo Yariv <ido@wizery.com>
Reviewed-by: default avatarLuciano Coelho <coelho@ti.com>
Signed-off-by: default avatarLuciano Coelho <coelho@ti.com>
parent b07d4037
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -304,7 +304,7 @@ static struct conf_drv_settings default_conf = {
		.rx_block_num                 = 70,
		.tx_min_block_num             = 40,
		.dynamic_memory               = 0,
		.min_req_tx_blocks            = 104,
		.min_req_tx_blocks            = 100,
		.min_req_rx_blocks            = 22,
		.tx_min                       = 27,
	}