Home
last modified time | relevance | path

Searched refs:otherant (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath/
HDif_ath_tdma.c619 int otherant; in ath_tdma_beacon_send() local
651 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()
653 ath_setdefantenna(sc, otherant); in ath_tdma_beacon_send()
HDif_ath_beacon.c441 int slot, otherant; in ath_beacon_proc() local
536 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()
538 ath_setdefantenna(sc, otherant); in ath_beacon_proc()