Lines Matching refs:country
147 struct country_code_to_enum_rd *country, in ath9k_regd_get_wmodes_nreg() argument
156 (!country->allow11g)) in ath9k_regd_get_wmodes_nreg()
164 (!country->allow11ng20)) in ath9k_regd_get_wmodes_nreg()
168 (!country->allow11na20)) in ath9k_regd_get_wmodes_nreg()
172 (!country->allow11ng40)) in ath9k_regd_get_wmodes_nreg()
176 (!country->allow11ng40)) in ath9k_regd_get_wmodes_nreg()
180 (!country->allow11na40)) in ath9k_regd_get_wmodes_nreg()
184 (!country->allow11na40)) in ath9k_regd_get_wmodes_nreg()
228 struct country_code_to_enum_rd *country = NULL; in ath9k_regd_get_default_country() local
231 country = ath9k_regd_find_country(cc); in ath9k_regd_get_default_country()
232 if (country != NULL) in ath9k_regd_get_default_country()
644 struct country_code_to_enum_rd *country = NULL; in ath9k_regd_init_channels() local
687 country = NULL; in ath9k_regd_init_channels()
690 country = ath9k_regd_find_country(ah->ah_countryCode); in ath9k_regd_init_channels()
691 if (country == NULL) { in ath9k_regd_init_channels()
699 regdmn = country->regDmnEnum; in ath9k_regd_init_channels()
747 if (country == NULL) { in ath9k_regd_init_channels()
750 ath9k_regd_get_wmodes_nreg(ah, country, &rd5GHz, modes_allowed); in ath9k_regd_init_channels()
754 maxChan = country->outdoorChanStart; in ath9k_regd_init_channels()
916 if (country == NULL) { in ath9k_regd_init_channels()
920 ah->ah_iso[0] = country->isoName[0]; in ath9k_regd_init_channels()
921 ah->ah_iso[1] = country->isoName[1]; in ath9k_regd_init_channels()