Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/
Dregd.c566 if (rd != CTRY_DEFAULT) in ath_regd_is_eeprom_valid()
616 return CTRY_DEFAULT; in ath_regd_get_default_country()
702 if (reg->country_code == CTRY_DEFAULT && in __ath_regd_init()
703 regdmn == CTRY_DEFAULT) { in __ath_regd_init()
709 if (reg->country_code == CTRY_DEFAULT) { in __ath_regd_init()
784 (reg->country_code == CTRY_DEFAULT && in ath_regd_get_band_ctl()
789 if (ath_regd_get_eepromRD(reg) == CTRY_DEFAULT) { in ath_regd_get_band_ctl()
Dregd.h42 #define CTRY_DEFAULT 0 macro
Dregd_common.h301 {CTRY_DEFAULT, FCC1_FCCA, "CO"},
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
Deeprom.h44 #define CTRY_DEFAULT 0 macro
Dhw.c459 regulatory->country_code = CTRY_DEFAULT; in ath9k_hw_init_defaults()