openwrt/target/linux
Adrian Schmutzler 8f0deedc11 ramips: fix WiFi MAC addresses for D-Link DIR-810L
So far, WiFi MAC addresses for this device have been set up from
caldata. However, this returns values which do not look like MAC
addresses. They also do not match stock firmware:

wlan0 (5.0): 00:11:22:00:17:D0 from 0x8004
wlan1 (2.4): 00:11:22:00:17:CD from 0x4 (and 0x2e)

It looks like the only valid MAC address on this device is at 0x28.

So, this patch changes setup to calculate addresses based on the
value at 0x28:

lan: *:0A (flash, label)
wan: *:0B (flash + 1)
wifi2: *:0A (flash)
wifi5: *:0C (flash + 2)

Thanks to Roger Pueyo Centelles <roger.pueyo@guifi.net> for
investigating this on his devices.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit d1072096f4)
2019-11-03 14:02:02 +01:00
..
apm821xx treewide: remove 4.19 leftovers 2019-10-08 12:45:13 +02:00
ar71xx ar71xx: add model detection for UniFi AC-LR 2019-10-27 18:13:33 +01:00
arc770
archs38
armvirt
at91
ath25 treewide: sysupgrade: use $UPGRADE_BACKUP to check for backup 2019-09-16 05:57:08 +02:00
ath79 ath79: add support for UniFi AC-LR 2019-10-27 18:31:53 +01:00
bcm53xx bcm53xx: sysupgrade: support Luxul NAND devices 2019-10-15 20:26:22 +02:00
brcm47xx kernel: bump 4.14 to 4.14.151 2019-10-31 09:17:56 +01:00
brcm63xx kernel: bump 4.14 to 4.14.145 2019-09-20 15:52:25 +02:00
brcm2708 kernel: bump 4.14 to 4.14.150 2019-10-30 11:17:40 +01:00
cns3xxx treewide: remove 4.19 leftovers 2019-10-08 12:45:13 +02:00
gemini treewide: remove 4.19 leftovers 2019-10-08 12:45:13 +02:00
generic kernel: bump 4.14 to 4.14.151 2019-10-31 09:17:56 +01:00
imx6 treewide: remove 4.19 leftovers 2019-10-08 12:45:13 +02:00
ipq40xx ipq40xx: essedma: Fix dead lock 2019-10-20 15:16:31 +02:00
ipq806x ipq806x: remove unsupported hw-crypto qce driver 2019-09-28 19:17:10 +02:00
kirkwood kirkwood: Fix FS#505 - Can't install LEDE on Linksys EA3500 2019-10-19 14:30:05 +02:00
lantiq kernel: bump 4.14 to 4.14.145 2019-09-20 15:52:25 +02:00
layerscape kernel: bump 4.14 to 4.14.151 2019-10-31 09:17:56 +01:00
malta treewide: remove 4.19 leftovers 2019-10-08 12:45:13 +02:00
mediatek kernel: bump 4.14 to 4.14.145 2019-09-20 15:52:25 +02:00
mpc85xx mpc85xx: correct TP-LINK TL-WDR4900 MAC addresses 2019-10-19 23:05:27 +02:00
mvebu treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 2019-09-12 13:27:29 +02:00
mxs
octeon treewide: remove 4.19 leftovers 2019-10-08 12:45:13 +02:00
octeontx
omap treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 2019-09-12 13:27:29 +02:00
oxnas
pistachio
ramips ramips: fix WiFi MAC addresses for D-Link DIR-810L 2019-11-03 14:02:02 +01:00
rb532
samsung
sunxi treewide: remove 4.19 leftovers 2019-10-08 12:45:13 +02:00
tegra treewide: remove 4.19 leftovers 2019-10-08 12:45:13 +02:00
uml
x86 treewide: remove 4.19 leftovers 2019-10-08 12:45:13 +02:00
zynq
Makefile