mirror of https://gitee.com/openkylin/linux.git
staging: brcm80211: deleted inactive BCMDBG_FORCEHT code
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>
This commit is contained in:
parent
ea7b2805e0
commit
4cbdbca020
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue