2012-05-10 14:11:08

by Victor Goldenshtein

[permalink] [raw]
Subject: [PATCH v2] wl12xx: fix fm_coex parameters configuration

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

Signed-off-by: Ziv Riesel <[email protected]>
Signed-off-by: Victor Goldenshtein <[email protected]>
---

v2: changed the subject wlcore -> wl12xx

drivers/net/wireless/ti/wl12xx/main.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/wireless/ti/wl12xx/main.c b/drivers/net/wireless/ti/wl12xx/main.c
index d7dd3de..5131375 100644
--- a/drivers/net/wireless/ti/wl12xx/main.c
+++ b/drivers/net/wireless/ti/wl12xx/main.c
@@ -305,8 +305,8 @@ static struct wlcore_conf wl12xx_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-05-12 19:17:33

by Arik Nemtsov

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

On Thu, May 10, 2012 at 5:08 PM, Victor Goldenshtein <[email protected]> wrote:
> Wrong fm_coex parameters were set during wl12xx
> init phase, fix it.
>
> Signed-off-by: Ziv Riesel <[email protected]>
> Signed-off-by: Victor Goldenshtein <[email protected]>
> ---
>
> v2: changed the subject wlcore -> wl12xx

Are you sure this is not relevant for 18xx? Are the parameters there correct?

Arik

2012-06-06 08:18:04

by Luciano Coelho

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

On Thu, 2012-05-10 at 17:08 +0300, Victor Goldenshtein wrote:
> Wrong fm_coex parameters were set during wl12xx
> init phase, fix it.
>
> Signed-off-by: Ziv Riesel <[email protected]>
> Signed-off-by: Victor Goldenshtein <[email protected]>
> ---
>
> v2: changed the subject wlcore -> wl12xx

Applied and pushed, thanks!

--
Luca.