From: Juuso Oikarinen Date: Mon, 12 Oct 2009 12:08:55 +0000 (+0300) Subject: wl1271: Update boot time configuration for the new firmware X-Git-Tag: v2.6.33-rc1~388^2~599^2~116 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8bcfcb125b036e978b1bd478d3f68278b05bcfd6;p=karo-tx-linux.git 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 Reviewed-by: Luciano Coelho Signed-off-by: Luciano Coelho Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/wl12xx/wl1271_init.c b/drivers/net/wireless/wl12xx/wl1271_init.c index f9315f601bd6..e45af075e671 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;