ath79: fix TP-Link Archer C7 v2 wlan1 MAC address
The mac address for the 2.4 wireless need to be decremented by one. Correct MAC adress increments for this board are: wlan0 (5GHz) : -2 wlan1 (2.4GHz) : -1 eth1 (LAN) : 0 eth0 (WAN) : 1 Signed-off-by: Aleksandr V. Piskunov <aleksandr.v.piskunov@gmail.com>
This commit is contained in:
parent
3838b16943
commit
290c54473e
1 changed files with 1 additions and 0 deletions
|
@ -224,4 +224,5 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
mtd-cal-data = <&art 0x1000>;
|
mtd-cal-data = <&art 0x1000>;
|
||||||
mtd-mac-address = <&uboot 0x1fc00>;
|
mtd-mac-address = <&uboot 0x1fc00>;
|
||||||
|
mtd-mac-address-increment = <(-1)>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue