Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ath/
HDif_ath.c2490 sc->sc_diversity = ath_hal_getdiversity(ah); in ath_init()
2832 sc->sc_diversity = ath_hal_getdiversity(ah); in ath_reset()
5123 sc->sc_diversity = ath_hal_getdiversity(ah); in ath_chan_set()
HDif_ath_sysctl.c317 diversity = ath_hal_getdiversity(sc->sc_ah); in ath_sysctl_diversity()
HDif_athvar.h1214 #define ath_hal_getdiversity(_ah) \ macro