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()
474 u16 country_code; in __ath_reg_dyn_country() local
480 country_code = ath_regd_find_country_by_name(request->alpha2); in __ath_reg_dyn_country()
481 if (country_code == (u16) -1) in __ath_reg_dyn_country()
485 reg->current_rd |= country_code; in __ath_reg_dyn_country()
700 reg->country_code = ath_regd_get_default_country(regdmn); in __ath_regd_init()
702 if (reg->country_code == CTRY_DEFAULT && in __ath_regd_init()
706 reg->country_code = CTRY_UNITED_STATES; in __ath_regd_init()
709 if (reg->country_code == CTRY_DEFAULT) { in __ath_regd_init()
714 country = ath_regd_find_country(reg->country_code); in __ath_regd_init()
719 reg->country_code); in __ath_regd_init()
784 (reg->country_code == CTRY_DEFAULT && in ath_regd_get_band_ctl()