diff options
author | Roger Pueyo Centelles <roger.pueyo@guifi.net> | 2019-10-24 15:29:14 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-11-03 00:29:40 +0100 |
commit | 20ace70db65c3f1cb6a842d3092ac2eb7be81b5a (patch) | |
tree | 0b21e510c6b489dd5e64c28ad8259ecb89e9b29c | |
parent | 194612997bd3f6430f76722a75f754b751561bc2 (diff) | |
download | upstream-20ace70db65c3f1cb6a842d3092ac2eb7be81b5a.tar.gz upstream-20ace70db65c3f1cb6a842d3092ac2eb7be81b5a.tar.bz2 upstream-20ace70db65c3f1cb6a842d3092ac2eb7be81b5a.zip |
ath79: remove wmac mtd-mac-address for UniFi AC family
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>
-rw-r--r-- | target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi b/target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi index ab408a6954..bb20caba47 100644 --- a/target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi +++ b/target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi @@ -115,6 +115,6 @@ &wmac { status = "okay"; + mtd-cal-data = <&eeprom 0x1000>; - mtd-mac-address = <&eeprom 0x0>; }; |