Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170961
b: refs/heads/master
c: 2cc8d4d
h: refs/heads/master
i:
  170959: fe1920f
v: v3
  • Loading branch information
Juuso Oikarinen authored and John W. Linville committed Oct 27, 2009
1 parent 0ba2ca1 commit b96b9f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2f301227a1ede57504694e1f64839839f5737cac
refs/heads/master: 2cc8d4db9dd7df9dd12d86f2e37d1b4760d3dd98
9 changes: 8 additions & 1 deletion trunk/drivers/net/wireless/wl12xx/wl1271_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,14 @@ static int wl1271_init_general_parms(struct wl1271 *wl)

gen_parms->id = TEST_CMD_INI_FILE_GENERAL_PARAM;

gen_parms->ref_clk = REF_CLK_38_4_E;
/*
* FIXME: The firmware crashes on boot with REF_CLK_38_4_E as clock.
* according to TI engineers, ref clk 5 is an unofficial
* 38.4 XTAL clock config, which seems to boot the device.
* Restore correct value once the real problem source is
* identified.
*/
gen_parms->ref_clk = 5; /* REF_CLK_38_4_E; */
/* FIXME: magic numbers */
gen_parms->settling_time = 5;
gen_parms->clk_valid_on_wakeup = 0;
Expand Down

0 comments on commit b96b9f7

Please sign in to comment.