openwrt/target/linux/ramips
David Bauer b1d483b865 ramips: work around duplicate MAC address on U6 Lite
The UniFi 6 Lite has two MAC addresses for the 2.4 and 5GHz radio in
it's EEPROM partition.

On my unit these are

F4 92 BF A0 BB 6F
F6 92 BF A0 BB 6F

The problem with these is that mac80211 increases the first octet by
2, which leads to conflicting MAC addresses between radios.

Work around this problem for now by increasing the last octet by 1 on
the 5 GHz radio.

Ubiquiti increases the last octet by 2 for each subsequent VAP created
per radio. Ideally we should do the same, however this functionality is
currently lacking from mac80211.

Signed-off-by: David Bauer <mail@david-bauer.net>
2021-12-20 00:12:12 +01:00
..
base-files/etc
dts ramips: work around duplicate MAC address on U6 Lite 2021-12-20 00:12:12 +01:00
files/drivers
image ramips: mt7620: use OKLI loader with Jboot devices 2021-12-13 19:36:10 +01:00
mt76x8 kernel: filter out both Clang and LLD versions 2021-12-17 16:16:34 +01:00
mt7620 kernel: filter out both Clang and LLD versions 2021-12-17 16:16:34 +01:00
mt7621 kernel: 5.10: consolidate mac80211 crypto options 2021-12-17 16:16:34 +01:00
patches-5.10 kernel: bump 5.10 to 5.10.83 2021-12-12 21:11:30 +01:00
rt288x kernel: filter out both Clang and LLD versions 2021-12-17 16:16:34 +01:00
rt305x kernel: filter out both Clang and LLD versions 2021-12-17 16:16:34 +01:00
rt3883 kernel: filter out both Clang and LLD versions 2021-12-17 16:16:34 +01:00
Makefile ramips: switch to kernel 5.10 2021-12-13 19:36:52 +01:00
modules.mk