--- linux-5.10.46/drivers/net/wireless/ath/regd.c.orig 2021-08-24 12:53:00.720758279 +0100 +++ linux-5.10.46/drivers/net/wireless/ath/regd.c 2021-08-24 12:54:10.524567276 +0100 @@ -675,8 +675,8 @@ { if (reg->current_rd != COUNTRY_ERD_FLAG && reg->current_rd != 0) return; - printk(KERN_DEBUG "ath: EEPROM regdomain sanitized\n"); - reg->current_rd = 0x64; + /* printk(KERN_DEBUG "ath: EEPROM regdomain sanitized\n"); + reg->current_rd = 0x64; */ } static int __ath_regd_init(struct ath_regulatory *reg) @@ -703,7 +703,7 @@ regdmn == CTRY_DEFAULT) { printk(KERN_DEBUG "ath: EEPROM indicates default " "country code should be used\n"); - reg->country_code = CTRY_UNITED_STATES; + reg->country_code = CTRY_PORTUGAL; } if (reg->country_code == CTRY_DEFAULT) {