diff options
author | Victor Goldenshtein <victorg@ti.com> | 2012-05-10 10:08:33 -0400 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-06-05 13:24:32 -0400 |
commit | 836d3f2058ca42eda96dcf187cd72a0ea2a5bf6c (patch) | |
tree | 6835b82e5ec5c6e5cc28a18e63dc6969aac1465c /drivers/net/wireless/ti/wl12xx | |
parent | 5a344b87ce1f27dade9f320aeb08ba7401d8c984 (diff) |
wl12xx: fix fm_coex parameters configuration
Wrong fm_coex parameters were set during wl12xx
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>
Diffstat (limited to 'drivers/net/wireless/ti/wl12xx')
-rw-r--r-- | 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 a5af2b1ec863..77e0f318aa67 100644 --- a/drivers/net/wireless/ti/wl12xx/main.c +++ b/drivers/net/wireless/ti/wl12xx/main.c | |||
@@ -309,8 +309,8 @@ static struct wlcore_conf wl12xx_conf = { | |||
309 | .swallow_period = 5, | 309 | .swallow_period = 5, |
310 | .n_divider_fref_set_1 = 0xff, /* default */ | 310 | .n_divider_fref_set_1 = 0xff, /* default */ |
311 | .n_divider_fref_set_2 = 12, | 311 | .n_divider_fref_set_2 = 12, |
312 | .m_divider_fref_set_1 = 148, | 312 | .m_divider_fref_set_1 = 0xffff, |
313 | .m_divider_fref_set_2 = 0xffff, /* default */ | 313 | .m_divider_fref_set_2 = 148, /* default */ |
314 | .coex_pll_stabilization_time = 0xffffffff, /* default */ | 314 | .coex_pll_stabilization_time = 0xffffffff, /* default */ |
315 | .ldo_stabilization_time = 0xffff, /* default */ | 315 | .ldo_stabilization_time = 0xffff, /* default */ |
316 | .fm_disturbed_band_margin = 0xff, /* default */ | 316 | .fm_disturbed_band_margin = 0xff, /* default */ |