Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/
H A Dah_regdomain.c827 AH_PRIVATE(ah)->ah_rd2GHz = rd2GHz; in ath_hal_init_channels()
876 AH_PRIVATE(ah)->ah_rd2GHz = rd2GHz; in ath_hal_set_channels()
934 if (AH_PRIVATE(ah)->ah_rd2GHz == AH_PRIVATE(ah)->ah_rd5GHz || in ath_hal_getctl()
938 ctl = AH_PRIVATE(ah)->ah_rd2GHz->conformanceTestLimit; in ath_hal_getctl()
H A Dah_internal.h416 const struct regDomain *ah_rd2GHz; /* reg state for 2G band */ member