ramips: ArcherC50v1: fix wlan2g MAC address

By default the wlan eprom contains the generic ralink MAC which is not
the vendor (TP-Link) one. Based on OFW bootlog, it appears that addresses
are decremented from the ethernet MAC.

This patch fixes the MAC address for wlan2g in line with OFW.

Signed-off-by: Thibaut VARENE <hacks@slashdirt.org>
master
Thibaut VARENE 7 years ago committed by Mathias Kresin
parent c8904e9c04
commit 370aacf532
  1. 2
      target/linux/ramips/dts/ArcherC50.dts

@ -170,6 +170,8 @@
&wmac {
ralink,mtd-eeprom = <&radio 0>;
mtd-mac-address = <&rom 0xf100>;
mtd-mac-address-increment = <(-2)>;
};
&pcie {

Loading…
Cancel
Save