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 d1072096f4 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>
5 years ago
..
base-files treewide: move MAC address patch functions to common library 5 years ago
dts ramips: fix WiFi MAC addresses for D-Link DIR-810L 5 years ago
files-4.14/drivers ramips: add MT7530 switch port-mirroring support 5 years ago
image ramips: mt7621: Alternative name KE 2P for Phicomm K2P 5 years ago
mt76x8 treewide: remove kmod-usb-core from DEVICE_PACKAGES 5 years ago
mt7620 treewide: remove kmod-usb-core from DEVICE_PACKAGES 5 years ago
mt7621 treewide: remove kmod-usb-core from DEVICE_PACKAGES 5 years ago
patches-4.14 kernel: bump 4.14 to 4.14.147 5 years ago
rt288x ramips: disable CONFIG_MTD_SPLIT_FIRMWARE 5 years ago
rt305x treewide: remove kmod-usb-core from DEVICE_PACKAGES 5 years ago
rt3883 treewide: remove kmod-usb-core from DEVICE_PACKAGES 5 years ago
Makefile ramips: switch to linux 4.14 6 years ago
modules.mk kernel: Fix kmod-regmap split 5 years ago