Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath.c6107 ath_hal_getcountrycode(ah, &sc->sc_eecc); /* NB: cannot fail */
6111 ic->ic_regdomain.country = (uint16_t) sc->sc_eecc;
6120 __func__, sc->sc_eerd, sc->sc_eecc,
H A Dif_ath_sysctl.c819 "countrycode", CTLFLAG_RD, &sc->sc_eecc, 0, in ath_sysctlattach()
H A Dif_athvar.h699 uint32_t sc_eecc; /* country code from EEPROM */ member