Skip to content

Commit

Permalink
staging: brcm80211: deleted inactive BCMDBG_FORCEHT code
Browse files Browse the repository at this point in the history
Code cleanup. Preprocessor flag BCMDBG_FORCEHT is never defined,
is a debug feature, so ifdeff'ed code has been removed. The removed
section would force the backplane clock on HT rate, which
facilitates debug but has a negative effect on power usage.

Signed-off-by: Roland Vossen <rvossen@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Roland Vossen authored and Greg Kroah-Hartman committed Apr 5, 2011
1 parent ea7b280 commit 4cbdbca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/staging/brcm80211/util/hndpmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1543,10 +1543,6 @@ void si_pmu_pll_init(si_t *sih, uint xtalfreq)
break;
}

#ifdef BCMDBG_FORCEHT
OR_REG(&cc->clk_ctl_st, CCS_FORCEHT);
#endif

/* Return to original core */
si_setcoreidx(sih, origidx);
}
Expand Down

0 comments on commit 4cbdbca

Please sign in to comment.