2012-05-15 14:18:03

by Victor Goldenshtein

[permalink] [raw]
Subject: [PATCH] wl18xx: fix fm_coex parameters configuration

Wrong fm_coex parameters were set during wl18xx
init phase, fix it.

Signed-off-by: Ziv Riesel <[email protected]>
Signed-off-by: Victor Goldenshtein <[email protected]>
---
drivers/net/wireless/ti/wl18xx/main.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/wireless/ti/wl18xx/main.c b/drivers/net/wireless/ti/wl18xx/main.c
index 1bbf195..50dfd7f 100644
--- a/drivers/net/wireless/ti/wl18xx/main.c
+++ b/drivers/net/wireless/ti/wl18xx/main.c
@@ -428,8 +428,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 */
--
1.7.5.4



2012-06-06 08:19:48

by Luciano Coelho

[permalink] [raw]
Subject: Re: [PATCH] wl18xx: fix fm_coex parameters configuration

On Tue, 2012-05-15 at 17:15 +0300, Victor Goldenshtein wrote:
> Wrong fm_coex parameters were set during wl18xx
> init phase, fix it.
>
> Signed-off-by: Ziv Riesel <[email protected]>
> Signed-off-by: Victor Goldenshtein <[email protected]>
> ---

Applied and pushed.

--
Luca.