Home
last modified time | relevance | path

Searched refs:ath_hal_getdiversity (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath.c2669 sc->sc_diversity = ath_hal_getdiversity(ah); in ath_init()
3018 sc->sc_diversity = ath_hal_getdiversity(ah); in ath_reset()
5331 sc->sc_diversity = ath_hal_getdiversity(ah); in ath_chan_set()
H A Dif_ath_sysctl.c317 diversity = ath_hal_getdiversity(sc->sc_ah); in ath_sysctl_diversity()
H A Dif_athvar.h1235 #define ath_hal_getdiversity(_ah) \ macro