wifi: mt76: mt792x: update the country list of EU for ACPI SAR
authorMing Yen Hsieh <mingyen.hsieh@mediatek.com>
Tue, 16 Jan 2024 02:48:56 +0000 (10:48 +0800)
committerFelix Fietkau <nbd@nbd.name>
Thu, 22 Feb 2024 08:55:19 +0000 (09:55 +0100)
This patch updates the EU country list to ensure the MTCL table
works correctly.

Signed-off-by: Ming Yen Hsieh <mingyen.hsieh@mediatek.com>
Signed-off-by: Leon Yen <leon.yen@mediatek.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt792x_acpi_sar.c

index e1d946fb239934b84ba7b3117275073484360793..9317f8ff2070fda56ebcfbd8677ed4aff8ebdcb3 100644 (file)
@@ -380,7 +380,7 @@ u8 mt792x_acpi_get_mtcl_conf(struct mt792x_phy *phy, char *alpha2)
                "AT", "BE", "BG", "CY", "CZ", "HR", "DK", "EE",
                "FI", "FR", "DE", "GR", "HU", "IS", "IE", "IT",
                "LV", "LI", "LT", "LU", "MT", "NL", "NO", "PL",
-               "PT", "RO", "MT", "SK", "SI", "ES", "CH",
+               "PT", "RO", "SK", "SI", "ES", "SE", "CH",
        };
        struct mt792x_acpi_sar *sar = phy->acpisar;
        struct mt792x_asar_cl *cl;