Home
last modified time | relevance | path

Searched refs:CTRY_DEFAULT (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_regd.c114 if (cc == CTRY_DEFAULT) in ath9k_regd_is_ccode_valid()
243 return (CTRY_DEFAULT); in ath9k_regd_get_default_country()
287 if (regDmn == CTRY_DEFAULT) { in ath9k_regd_get_wmode_regdomain()
676 if (ah->ah_countryCode == CTRY_DEFAULT) { in ath9k_regd_init_channels()
678 if ((ah->ah_countryCode == CTRY_DEFAULT) && in ath9k_regd_init_channels()
679 (ath9k_regd_get_eepromRD(ah) == CTRY_DEFAULT)) { in ath9k_regd_init_channels()
685 if (ah->ah_countryCode == CTRY_DEFAULT) { in ath9k_regd_init_channels()
1002 if (ah->ah_countryCode == CTRY_DEFAULT && isWwrSKU(ah)) { in ath9k_regd_get_ctl()
1034 if (rd == CTRY_DEFAULT) in ath9k_regd_get_current_country()
H A Darn_ath9k.h593 #define CTRY_DEFAULT 0 macro
H A Darn_main.c687 regclassids, ATH_REGCLASSIDS_MAX, &nregclass, CTRY_DEFAULT, in arn_setup_channels()
693 rd, CTRY_DEFAULT)); in arn_setup_channels()
H A Darn_regd_common.h542 {CTRY_DEFAULT, DEF_REGDMN, "NA", "NO_COUNTRY_SET", YES, YES, YES,
H A Darn_hw.c510 ah->ah_countryCode = CTRY_DEFAULT; in ath9k_hw_newstate()
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_var.h804 CTRY_DEFAULT = 0, /* default */ enumerator
H A Dmwl.c1633 sc->sc_regdomain.country = CTRY_DEFAULT; in mwl_getchannels()
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_hal.h556 CTRY_DEFAULT = 0 /* default country code */ enumerator
H A Dath_main.c1969 int32_t ath_countrycode = CTRY_DEFAULT; /* country code */ in ath_attach()