Lines Matching full:country
334 * - We enable initiating radiation if the country IE says its fine:
335 * - If no country IE has been processed and a we determine we have
363 * @reg: regulatory structure - used for country selection
366 * If no country IE has been received always enable passive scan
370 * If a country IE has been received check its rule for this
557 /* EEPROM value is a country code */ in ath_regd_is_eeprom_valid()
561 "a country code\n"); in ath_regd_is_eeprom_valid()
575 "ath: invalid regulatory domain/country code 0x%x\n", rd); in ath_regd_is_eeprom_valid()
579 /* EEPROM country code to regpair mapping */
605 /* Returns the map of the EEPROM set RD to a country code */
609 struct country_code_to_enum_rd *country = NULL; in ath_regd_get_default_country() local
612 country = ath_regd_find_country(cc); in ath_regd_get_default_country()
613 if (country != NULL) in ath_regd_get_default_country()
685 struct country_code_to_enum_rd *country = NULL; in __ath_regd_init() local
706 "country code should be used\n"); in __ath_regd_init()
711 country = NULL; in __ath_regd_init()
713 printk(KERN_DEBUG "ath: doing EEPROM country->regdmn " in __ath_regd_init()
715 country = ath_regd_find_country(reg->country_code); in __ath_regd_init()
716 if (country == NULL) { in __ath_regd_init()
718 "ath: no valid country maps found for " in __ath_regd_init()
719 "country code: 0x%0x\n", in __ath_regd_init()
723 regdmn = country->regDmnEnum; in __ath_regd_init()
724 printk(KERN_DEBUG "ath: country maps to " in __ath_regd_init()
738 if (!country) in __ath_regd_init()
739 country = ath_regd_find_country_by_rd(regdmn); in __ath_regd_init()
741 if (country) { in __ath_regd_init()
742 reg->alpha2[0] = country->isoName[0]; in __ath_regd_init()
743 reg->alpha2[1] = country->isoName[1]; in __ath_regd_init()
749 printk(KERN_DEBUG "ath: Country alpha2 being used: %c%c\n", in __ath_regd_init()