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

  /src/sys/dev/ic/
ath.c 2296 int ncabq, error, otherant; local in function:ath_beacon_proc
2371 otherant = sc->sc_defant & 1 ? 2 : 1;
2372 if (sc->sc_ant_tx[otherant] > sc->sc_ant_tx[sc->sc_defant] + 2)
2373 ath_setdefantenna(sc, otherant);
ath.c 2296 int ncabq, error, otherant; local in function:ath_beacon_proc
2371 otherant = sc->sc_defant & 1 ? 2 : 1;
2372 if (sc->sc_ant_tx[otherant] > sc->sc_ant_tx[sc->sc_defant] + 2)
2373 ath_setdefantenna(sc, otherant);

Completed in 28 milliseconds