Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tdma.c618 int otherant; in ath_tdma_beacon_send() local
650 otherant = sc->sc_defant & 1 ? 2 : 1; in ath_tdma_beacon_send()
651 if (sc->sc_ant_tx[otherant] > sc->sc_ant_tx[sc->sc_defant] + 2) in ath_tdma_beacon_send()
652 ath_setdefantenna(sc, otherant); in ath_tdma_beacon_send()
H A Dif_ath_beacon.c436 int slot, otherant; in ath_beacon_proc() local
533 otherant = sc->sc_defant & 1 ? 2 : 1; in ath_beacon_proc()
534 if (sc->sc_ant_tx[otherant] > sc->sc_ant_tx[sc->sc_defant] + 2) in ath_beacon_proc()
535 ath_setdefantenna(sc, otherant); in ath_beacon_proc()