diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-10-07 17:08:52 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-11-03 14:02:02 +0100 |
commit | 8f0deedc11f1036c88d9fdd23cdedc2ebc8c7942 (patch) | |
tree | 817fe45e9232fc09c8487fc529f8713674657959 /target/linux/ath79/base-files | |
parent | f051a967b817eef118f315aee02dcc6857bc35e4 (diff) | |
download | upstream-8f0deedc11f1036c88d9fdd23cdedc2ebc8c7942.tar.gz upstream-8f0deedc11f1036c88d9fdd23cdedc2ebc8c7942.tar.bz2 upstream-8f0deedc11f1036c88d9fdd23cdedc2ebc8c7942.zip |
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 d1072096f49823eb39357f9555d7854a9c91bcfb)
Diffstat (limited to 'target/linux/ath79/base-files')
0 files changed, 0 insertions, 0 deletions