From 9f024d35877756c8d72186e23ffff90f687bf3f8 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Wed, 11 Mar 2020 15:37:34 +0100 Subject: [PATCH] ath79: fix swapped LAN/WAN MAC address for Archer C60 v1/v2 The MAC addresses for lan/wan are swapped compared to the vendor firmware. This adjusts to vendor configuration, which is: lan *:7b label wan *:7c label+1 2.4g *:7b label 5g *:7a label-1 Only one address is stored in <&mac 0x8>, corresponding to the label. This has been checked on revisions v1, v2 and v3. Signed-off-by: Adrian Schmutzler (cherry picked from commit 88aead0a665dd349af4fb8afcfe1a16cf90515ae) --- target/linux/ath79/dts/qca9561_tplink_archer-c6x.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ath79/dts/qca9561_tplink_archer-c6x.dtsi b/target/linux/ath79/dts/qca9561_tplink_archer-c6x.dtsi index deee64a6a7..23ef0cdcbf 100644 --- a/target/linux/ath79/dts/qca9561_tplink_archer-c6x.dtsi +++ b/target/linux/ath79/dts/qca9561_tplink_archer-c6x.dtsi @@ -91,13 +91,13 @@ phy-handle = <&swphy4>; mtd-mac-address = <&mac 0x8>; + mtd-mac-address-increment = <1>; }; ð1 { status = "okay"; mtd-mac-address = <&mac 0x8>; - mtd-mac-address-increment = <1>; }; &wmac {