Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/
H A Dregd.c567 if (rd != CTRY_DEFAULT) in ath_regd_is_eeprom_valid()
617 return CTRY_DEFAULT; in ath_regd_get_default_country()
703 if (reg->country_code == CTRY_DEFAULT && in __ath_regd_init()
704 regdmn == CTRY_DEFAULT) { in __ath_regd_init()
710 if (reg->country_code == CTRY_DEFAULT) { in __ath_regd_init()
785 (reg->country_code == CTRY_DEFAULT && in ath_regd_get_band_ctl()
790 if (ath_regd_get_eepromRD(reg) == CTRY_DEFAULT) { in ath_regd_get_band_ctl()
H A Dregd.h42 #define CTRY_DEFAULT 0 macro
H A Dregd_common.h303 {CTRY_DEFAULT, FCC1_FCCA, "CO"},
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Deeprom.h44 #define CTRY_DEFAULT 0 macro
H A Dhw.c458 regulatory->country_code = CTRY_DEFAULT; in ath9k_hw_init_defaults()