projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b07d403
)
wl12xx: Modify requested number of memory blocks
author
Ido Yariv
<ido@wizery.com>
Tue, 1 Mar 2011 13:14:44 +0000
(15:14 +0200)
committer
Luciano Coelho
<coelho@ti.com>
Thu, 3 Mar 2011 14:12:57 +0000
(16:12 +0200)
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>
drivers/net/wireless/wl12xx/main.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/wireless/wl12xx/main.c
b/drivers/net/wireless/wl12xx/main.c
index 2679abcf5a056a891086a43a270f72be77a288ef..8b3c8d196b03310bc7760340411414b0bbf7e82c 100644
(file)
--- 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 = {
.rx_block_num = 70,
.tx_min_block_num = 40,
.dynamic_memory = 0,
- .min_req_tx_blocks = 10
4
,
+ .min_req_tx_blocks = 10
0
,
.min_req_rx_blocks = 22,
.tx_min = 27,
}