Home
last modified time | relevance | path

Searched refs:sc_diversity (Results 1 – 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tdma.c649 if (!sc->sc_diversity) { in ath_tdma_beacon_send()
H A Dif_ath_beacon.c532 if (!sc->sc_diversity && (!sc->sc_stagbeacons || slot == 0)) { in ath_beacon_proc()
H A Dif_ath_rx.c1013 if (sc->sc_diversity) { in ath_rx_pkt()
H A Dif_ath_sysctl.c326 sc->sc_diversity = diversity; in ath_sysctl_diversity()
H A Dif_ath.c2674 sc->sc_diversity = ath_hal_getdiversity(ah); in ath_init()
3023 sc->sc_diversity = ath_hal_getdiversity(ah); in ath_reset()
5336 sc->sc_diversity = ath_hal_getdiversity(ah); in ath_chan_set()
H A Dif_athvar.h626 sc_diversity: 1,/* enable rx diversity */ member