aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
diff options
context:
space:
mode:
authorLuciano Coelho <luciano.coelho@nokia.com>2009-11-23 16:22:19 -0500
committerJohn W. Linville <linville@tuxdriver.com>2009-11-28 15:04:32 -0500
commitc7c8adb53ff3e8fa3cf7a5144bd2791c4da2c07d (patch)
tree66d896d5fce64ee17203aa973d375a1e7a3fdab3 /drivers/net/wireless
parent4a90406b876cade9bb8d9c95b048d60fb979ba6b (diff)
wl1271: Remove REF_CLK hack
This hack was totally wrong and was "needed" because of a problem in the way we were sending the GENERAL_PARMS command to the firmware. Now that that problem has been fixed, this hack can be removed. Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com> Reviewed-by: Juuso Oikarinen <juuso.oikarinen@nokia.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r--drivers/net/wireless/wl12xx/wl1271_main.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271_main.c b/drivers/net/wireless/wl12xx/wl1271_main.c
index 64d05265f7e0..b62c00ff42fe 100644
--- a/drivers/net/wireless/wl12xx/wl1271_main.c
+++ b/drivers/net/wireless/wl12xx/wl1271_main.c
@@ -251,14 +251,7 @@ static struct conf_drv_settings default_conf = {
251 }, 251 },
252 .sr_enable = 1, 252 .sr_enable = 1,
253 .genparam = { 253 .genparam = {
254 /* 254 .ref_clk = CONF_REF_CLK_38_4_E,
255 * FIXME: The correct value CONF_REF_CLK_38_4_E
256 * causes the firmware to crash on boot.
257 * The value 5 apparently is an
258 * unnoficial XTAL configuration of the
259 * same frequency, which appears to work.
260 */
261 .ref_clk = 5,
262 .settling_time = 5, 255 .settling_time = 5,
263 .clk_valid_on_wakeup = 0, 256 .clk_valid_on_wakeup = 0,
264 .dc2dcmode = 0, 257 .dc2dcmode = 0,