DIR-2640/2660/1960/1760/whatever wifi mac addresses

hello,

are the mac addresses for the wifi adapters still at <&factory 0x0000> and <&factory 0x8000> for wifi0 and wifi1?

for some reason i can pick up the WAN/LAN mac addresses fine at <&factory 0xe0000> and <&factory 0xe0006> but not the wlan addresses.

they didn't put the mac address in the wifi part of the art partition use address at 0xe000 +1 & +2

&wifi0 {
mtd-mac-address = <&factory 0xe000>;
mtd-mac-address-increment = <1>;
};

&wifi1 {
mtd-mac-address = <&factory 0xe000>;
mtd-mac-address-increment = <2>;
};

1 Like

thanks buddy.

was surprised that they deviated from the well-known spots.

needed a call to ra_read_mtd with an increment on index 5 :wink:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.