ar71xx: fix MAC addresses for Archer C5 v1, C7 v1/v2, WDR4900 v2
[openwrt/openwrt.git] / target / linux / ar71xx / files / arch / mips / ath79 / mach-archer-c7.c
index 287252780d77555d3edac71c121c0db4a5548363..923ed28b4ad7cc6f65171a70478eace1e4e8b3ed 100644 (file)
@@ -212,8 +212,7 @@ static void __init common_setup(bool pcie_slot)
        ath79_register_leds_gpio(-1, ARRAY_SIZE(archer_c7_leds_gpio),
                                 archer_c7_leds_gpio);
 
-       ath79_init_mac(tmpmac, mac, -1);
-       ath79_register_wmac(art + ARCHER_C7_WMAC_CALDATA_OFFSET, tmpmac);
+       ath79_register_wmac(art + ARCHER_C7_WMAC_CALDATA_OFFSET, mac);
 
        if (pcie_slot) {
                ath79_register_pci();