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:
836d3f2
)
wl18xx: fix fm_coex parameters configuration
author
Victor Goldenshtein
<victorg@ti.com>
Tue, 15 May 2012 14:15:40 +0000
(17:15 +0300)
committer
Luciano Coelho
<coelho@ti.com>
Tue, 5 Jun 2012 17:24:32 +0000
(20:24 +0300)
Wrong fm_coex parameters were set during wl18xx
init phase, fix it.
Signed-off-by: Ziv Riesel <zivriesel@ti.com>
Signed-off-by: Victor Goldenshtein <victorg@ti.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/ti/wl18xx/main.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ti/wl18xx/main.c
b/drivers/net/wireless/ti/wl18xx/main.c
index 6cd61186d06c87dbc62a1c59aa96b9ad8773b8f9..d67be3eae3d9b7748f64620af2e30e0853c9b63d 100644
(file)
--- a/
drivers/net/wireless/ti/wl18xx/main.c
+++ b/
drivers/net/wireless/ti/wl18xx/main.c
@@
-427,8
+427,8
@@
static struct wlcore_conf wl18xx_conf = {
.swallow_period = 5,
.n_divider_fref_set_1 = 0xff, /* default */
.n_divider_fref_set_2 = 12,
- .m_divider_fref_set_1 =
148
,
- .m_divider_fref_set_2 =
0xffff,
/* default */
+ .m_divider_fref_set_1 =
0xffff
,
+ .m_divider_fref_set_2 =
148,
/* default */
.coex_pll_stabilization_time = 0xffffffff, /* default */
.ldo_stabilization_time = 0xffff, /* default */
.fm_disturbed_band_margin = 0xff, /* default */