summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorJuuso Oikarinen <juuso.oikarinen@nokia.com>2009-10-12 12:08:55 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2009-10-27 20:48:06 (GMT)
commit8bcfcb125b036e978b1bd478d3f68278b05bcfd6 (patch)
treec151dd08028270f846a774d4bd41b9721aac1515 /drivers
parent746214178774bc7f9adbeaef7d43a634570eb870 (diff)
downloadlinux-fsl-qoriq-8bcfcb125b036e978b1bd478d3f68278b05bcfd6.tar.xz
wl1271: Update boot time configuration for the new firmware
Update the magic values of the wl1271 boot time config according to the new reference driver. Signed-off-by: Juuso Oikarinen <juuso.oikarinen@nokia.com> Reviewed-by: Luciano Coelho <luciano.coelho@nokia.com> Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/wireless/wl12xx/wl1271_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271_init.c b/drivers/net/wireless/wl12xx/wl1271_init.c
index f9315f6..e45af07 100644
--- a/drivers/net/wireless/wl12xx/wl1271_init.c
+++ b/drivers/net/wireless/wl12xx/wl1271_init.c
@@ -202,7 +202,7 @@ static int wl1271_init_general_parms(struct wl1271 *wl)
gen_parms->clk_valid_on_wakeup = 0;
gen_parms->dc2dcmode = 0;
gen_parms->single_dual_band = 0;
- gen_parms->tx_bip_fem_autodetect = 1;
+ gen_parms->tx_bip_fem_autodetect = 0;
gen_parms->tx_bip_fem_manufacturer = 1;
gen_parms->settings = 1;