Lines Matching defs: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
365 * If no country IE has been received always enable passive scan
369 * If a country IE has been received check its rule for this
556 /* EEPROM value is a country code */
560 "a country code\n");
574 "ath: invalid regulatory domain/country code 0x%x\n", rd);
578 /* EEPROM country code to regpair mapping */
604 /* Returns the map of the EEPROM set RD to a country code */
608 struct country_code_to_enum_rd *country = NULL;
611 country = ath_regd_find_country(cc);
612 if (country != NULL)
684 struct country_code_to_enum_rd *country = NULL;
705 "country code should be used\n");
710 country = NULL;
712 printk(KERN_DEBUG "ath: doing EEPROM country->regdmn "
714 country = ath_regd_find_country(reg->country_code);
715 if (country == NULL) {
717 "ath: no valid country maps found for "
718 "country code: 0x%0x\n",
722 regdmn = country->regDmnEnum;
723 printk(KERN_DEBUG "ath: country maps to "
737 if (!country)
738 country = ath_regd_find_country_by_rd(regdmn);
740 if (country) {
741 reg->alpha2[0] = country->isoName[0];
742 reg->alpha2[1] = country->isoName[1];