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>
This commit is contained in:
parent
4a90406b87
commit
c7c8adb53f
|
@ -251,14 +251,7 @@ static struct conf_drv_settings default_conf = {
|
||||||
},
|
},
|
||||||
.sr_enable = 1,
|
.sr_enable = 1,
|
||||||
.genparam = {
|
.genparam = {
|
||||||
/*
|
.ref_clk = CONF_REF_CLK_38_4_E,
|
||||||
* FIXME: The correct value CONF_REF_CLK_38_4_E
|
|
||||||
* causes the firmware to crash on boot.
|
|
||||||
* The value 5 apparently is an
|
|
||||||
* unnoficial XTAL configuration of the
|
|
||||||
* same frequency, which appears to work.
|
|
||||||
*/
|
|
||||||
.ref_clk = 5,
|
|
||||||
.settling_time = 5,
|
.settling_time = 5,
|
||||||
.clk_valid_on_wakeup = 0,
|
.clk_valid_on_wakeup = 0,
|
||||||
.dc2dcmode = 0,
|
.dc2dcmode = 0,
|
||||||
|
|
Loading…
Reference in New Issue