Home
last modified time | relevance | path

Searched refs:nextcal (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath.c5371 int nextcal; local
5459 nextcal = ath_shortcalinterval*hz/1000;
5461 nextcal *= 10;
5465 nextcal = ath_longcalinterval*hz;
5474 nextcal = MIN(nextcal, ath_anicalinterval*hz/1000);
5476 if (nextcal != 0) {
5478 __func__, nextcal, isCalDone ? "" : "!");
5479 callout_reset(&sc->sc_cal_ch, nextcal, ath_calibrate, sc);