summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin2024-09-22 07:07:58 +0000
committerJohn Crispin2024-11-05 12:30:21 +0000
commit895f30e31ade4a0e130e59272ec8bc88ed5da415 (patch)
tree89a3a67bacb2a09799fa2d759c291f6a4f247511
parent5b7357e0a10de581f5adb8984aa527f448966d98 (diff)
downloadopenwrt-895f30e31ade4a0e130e59272ec8bc88ed5da415.tar.gz
mediatek: set mac increment to 7 for the 5G radio on OpenWrt One
Mass production units will get 16 assigned MAC addresses. This allows each phy to spawn up to 7 VAPs which will each have unique MAC without needing the private bit. Signed-off-by: John Crispin <john@phrozen.org>
-rw-r--r--target/linux/mediatek/dts/mt7981b-openwrt-one.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/dts/mt7981b-openwrt-one.dts b/target/linux/mediatek/dts/mt7981b-openwrt-one.dts
index 46d351f76d..584b482179 100644
--- a/target/linux/mediatek/dts/mt7981b-openwrt-one.dts
+++ b/target/linux/mediatek/dts/mt7981b-openwrt-one.dts
@@ -450,7 +450,7 @@
band@1 {
reg = <1>;
- nvmem-cells = <&macaddr_factory_4 1>;
+ nvmem-cells = <&macaddr_factory_4 7>;
nvmem-cell-names = "mac-address";
};
};