Searched refs:sc_defant (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/dev/ath/
H A Dif_ath_tdma.c650 otherant = sc->sc_defant & 1 ? 2 : 1;
651 if (sc->sc_ant_tx[otherant] > sc->sc_ant_tx[sc->sc_defant] + 2)
H A Dif_ath_beacon.c533 otherant = sc->sc_defant & 1 ? 2 : 1;
534 if (sc->sc_ant_tx[otherant] > sc->sc_ant_tx[sc->sc_defant] + 2)
H A Dif_ath_rx.c1019 if (sc->sc_defant != rs->rs_antenna) {
H A Dif_ath.c1272 sc->sc_defant = ath_hal_getdefantenna(ah);
3980 if (sc->sc_defant != antenna)
3982 sc->sc_defant = antenna;
H A Dif_athvar.h745 u_int8_t sc_defant; /* current default antenna */ member in struct:ath_softc

Completed in 119 milliseconds