projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e92b41
)
wl1271: fix one typo in the rx_rssi_and_proc_compens values
author
Luciano Coelho
<
[email protected]
>
Fri, 11 Dec 2009 13:40:51 +0000
(15:40 +0200)
committer
John W. Linville
<
[email protected]
>
Mon, 28 Dec 2009 21:31:32 +0000
(16:31 -0500)
There was a typo in one of the values in the rx_rssi_and_proc_compens elemt
of the Radio Parameters struct.
Signed-off-by: Luciano Coelho <
[email protected]
>
Reviewed-by: Juuso Oikarinen <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/wl12xx/wl1271_main.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/wl12xx/wl1271_main.c
b/drivers/net/wireless/wl12xx/wl1271_main.c
index 8c44f4cd688d447675e5c3b9721b93e3de477e9e..147aab222354e71247ebcdf18aeb73012b57da6c 100644
(file)
--- a/
drivers/net/wireless/wl12xx/wl1271_main.c
+++ b/
drivers/net/wireless/wl12xx/wl1271_main.c
@@
-278,7
+278,7
@@
static struct conf_drv_settings default_conf = {
.tx_trace_loss = 0x0,
.rx_rssi_and_proc_compens = {
0xec, 0xf6, 0x00, 0x0c, 0x18, 0xf8,
- 0xfc, 0x00, 0x
08
, 0x10, 0xf0, 0xf8,
+ 0xfc, 0x00, 0x
80
, 0x10, 0xf0, 0xf8,
0x00, 0x0a, 0x14 },
.rx_trace_loss_5 = { 0, 0, 0, 0, 0, 0, 0 },
.tx_trace_loss_5 = { 0, 0, 0, 0, 0, 0, 0 },