Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_tdma.c652 if (sc->sc_ant_tx[otherant] > sc->sc_ant_tx[sc->sc_defant] + 2) in ath_tdma_beacon_send()
654 sc->sc_ant_tx[1] = sc->sc_ant_tx[2] = 0; in ath_tdma_beacon_send()
H A Dif_ath_beacon.c537 if (sc->sc_ant_tx[otherant] > sc->sc_ant_tx[sc->sc_defant] + 2) in ath_beacon_proc()
539 sc->sc_ant_tx[1] = sc->sc_ant_tx[2] = 0; in ath_beacon_proc()
H A Dif_athvar.h815 u_int32_t sc_ant_tx[8]; /* recent tx frames/antenna */ member
H A Dif_ath.c4199 sc->sc_ant_tx[txant]++;