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
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
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.