Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249319
b: refs/heads/master
c: 7754116
h: refs/heads/master
i:
  249317: 3618060
  249315: 320fafe
  249311: e01c599
v: v3
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed May 3, 2011
1 parent 60eee5b commit 5a74623
Show file tree
Hide file tree
Showing 3 changed files with 5 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: da065a5c524c0ea2589d12f69884b2f8305dc6d4
refs/heads/master: 7754116bab5b69491dbb6eb320e59b244624df63
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/brcmsmac/phy/wlc_phy_lcn.c
Original file line number Diff line number Diff line change
Expand Up @@ -5053,7 +5053,7 @@ bool wlc_phy_attach_lcnphy(phy_info_t *pi)
pi->hwpwrctrl_capable = true;
}

pi->xtalfreq = si_alp_clock(pi->sh->sih);
pi->xtalfreq = si_pmu_alp_clock(pi->sh->sih);
pi_lcn->lcnphy_papd_rxGnCtrl_init = 0;

pi->pi_fptr.init = wlc_phy_init_lcnphy;
Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/staging/brcm80211/util/hndpmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1425,6 +1425,9 @@ u32 si_pmu_alp_clock(si_t *sih)
#ifdef BCMDBG
char chn[8];
#endif
/* bail out with default */
if (!PMUCTL_ENAB(sih))
return clock;

/* Remember original core before switch to chipc */
origidx = si_coreidx(sih);
Expand Down

0 comments on commit 5a74623

Please sign in to comment.