mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
ramips: fix Archer C20i wireless MAC address
The TP-Link Archer C20i previously had a generic Ralink MAC address set for both radios, as the caldata does only contain a generic MAC address. Set the MAC address from the vendor firmware for both radios to assign unique MAC addresses to every device. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
dcc923a4c4
commit
3b013dcdf8
@ -53,3 +53,12 @@
|
|||||||
ralink,function = "gpio";
|
ralink,function = "gpio";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&wmac {
|
||||||
|
mtd-mac-address = <&rom 0xf100>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&wifi {
|
||||||
|
mtd-mac-address = <&rom 0xf100>;
|
||||||
|
mtd-mac-address-increment = <(-1)>;
|
||||||
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user