You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/ramips
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)
5 years ago
..
base-files ramips: fix duplicate network setup for dlink, dir-615-h1 5 years ago
dts ramips: fix WiFi MAC addresses for D-Link DIR-810L 5 years ago
files-4.14/drivers ramips: ethernet: remove unused SIOCETHTOOL ioctl handling 5 years ago
image ramips: add factory image for NETGEAR R6220 5 years ago
mt76x8 ramips: enable R6120 USB power 5 years ago
mt7620 ramips: Add support for Head Weblink HDRM200 5 years ago
mt7621 ramips: mt7621: disable CONFIG_MTD_SPLIT_FIRMWARE 6 years ago
patches-4.14 kernel: bump 4.14 to 4.14.149 5 years ago
rt288x ramips: disable CONFIG_MTD_SPLIT_FIRMWARE 5 years ago
rt305x ramips: disable CONFIG_MTD_SPLIT_FIRMWARE 5 years ago
rt3883 ramips: rt3883: drop jimage support 5 years ago
Makefile ramips: switch to linux 4.14 6 years ago
modules.mk kernel: Fix kmod-regmap split 5 years ago