HomeSort by: relevance | last modified time | path
    Searched refs:ath_calinterval (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ath.c 220 int ath_calinterval = 30; /* calibrate every 30 secs */ variable in typeref:typename:int
4703 * back off after 4 tries up to ath_calinterval.
4705 if (iqCalDone || sc->sc_calinterval >= ath_calinterval) {
4707 sc->sc_calinterval = ath_calinterval;
4711 if (sc->sc_calinterval > ath_calinterval)
4712 sc->sc_calinterval = ath_calinterval;
4715 sc->sc_calinterval <= ath_calinterval,
athvar.h 326 extern int ath_calinterval;

Completed in 33 milliseconds