ath79: remove wmac mtd-mac-address for UniFi AC family
authorRoger Pueyo Centelles <roger.pueyo@guifi.net>
Thu, 24 Oct 2019 13:29:14 +0000 (15:29 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sat, 2 Nov 2019 23:29:40 +0000 (00:29 +0100)
The MAC address for the wmac 2.4 GHz radio of the Ubiquiti UniFi AC
family of devices is actually embedded in the mtd-cal-data, so there
is no need for mtd-mac-address (which was incorrectly forcing wmac
to have the same MAC as eth0). This makes it coherent with the stock
firmware and the ar71xx target:

 · XX:XX:XX:X0:XX:XX eth0
 · XX:XX:XX:X1:XX:XX ath0/wlan1 (2.4 GHz)
 · XX:XX:XX:X2:XX:XX ath1/wlan0 (5 GHz)

Checked on a UniFi AC Mesh, a UniFi AC LR and a UniFi Lite.

Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi

index ab408a69549d4cd3d61c18ea6e7299b3ce9dd47a..bb20caba470549c21c50ce25dc571e3cf7f5563d 100644 (file)
 
 &wmac {
        status = "okay";
+
        mtd-cal-data = <&eeprom 0x1000>;
-       mtd-mac-address = <&eeprom 0x0>;
 };