Lines Matching refs:country_code
122 switch (reg->country_code) { in dynamic_country_user_possible()
261 if (reg->country_code == CTRY_INDIA) in ath_is_radar_freq()
475 u16 country_code; in __ath_reg_dyn_country() local
481 country_code = ath_regd_find_country_by_name(request->alpha2); in __ath_reg_dyn_country()
482 if (country_code == (u16) -1) in __ath_reg_dyn_country()
486 reg->current_rd |= country_code; in __ath_reg_dyn_country()
701 reg->country_code = ath_regd_get_default_country(regdmn); in __ath_regd_init()
703 if (reg->country_code == CTRY_DEFAULT && in __ath_regd_init()
707 reg->country_code = CTRY_UNITED_STATES; in __ath_regd_init()
710 if (reg->country_code == CTRY_DEFAULT) { in __ath_regd_init()
715 country = ath_regd_find_country(reg->country_code); in __ath_regd_init()
720 reg->country_code); in __ath_regd_init()
785 (reg->country_code == CTRY_DEFAULT && in ath_regd_get_band_ctl()