Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_tdma.c651 otherant = sc->sc_defant & 1 ? 2 : 1; in ath_tdma_beacon_send()
652 if (sc->sc_ant_tx[otherant] > sc->sc_ant_tx[sc->sc_defant] + 2) in ath_tdma_beacon_send()
H A Dif_ath_beacon.c536 otherant = sc->sc_defant & 1 ? 2 : 1; in ath_beacon_proc()
537 if (sc->sc_ant_tx[otherant] > sc->sc_ant_tx[sc->sc_defant] + 2) in ath_beacon_proc()
H A Dif_ath_rx.c968 if (sc->sc_defant != rs->rs_antenna) { in ath_rx_pkt()
H A Dif_ath.c1240 sc->sc_defant = ath_hal_getdefantenna(ah);
3957 if (sc->sc_defant != antenna)
3959 sc->sc_defant = antenna;
H A Dif_athvar.h770 u_int8_t sc_defant; /* current default antenna */ member