Hi
i had a device i added support for it and i was using 22.03.5 and it was working fine.
i did to upgrade to 23.05.2
but the wifi mt7615nd (dual wifi) did not use the property and both wifi interfaces are with the same mac address now.
this is my wifi node
&pcie0 {
mt7615d@0,0 {
compatible = "pci14c3,7615";
reg = <0x0000 0 0 0 0>;
mediatek,mtd-eeprom = <&bdinfo 0x0000>;
mediatek,firmware-eeprom = "mt7615e_eeprom.bin";
nvmem-cells = <&macaddr_bdinfo_4>;
nvmem-cell-names = "mac-address";
mac-address-increment = <(1)>;
};
};
is there anything changed in 23.05 ?
should i use different approach?