projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f35a29d
)
mediatek: set mac increment to 7 for the 5G radio on OpenWrt One
author
John Crispin
<john@phrozen.org>
Sun, 22 Sep 2024 07:07:58 +0000
(09:07 +0200)
committer
John Crispin
<john@phrozen.org>
Tue, 5 Nov 2024 09:11:44 +0000
(10:11 +0100)
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>
target/linux/mediatek/dts/mt7981b-openwrt-one.dts
patch
|
blob
|
history
diff --git
a/target/linux/mediatek/dts/mt7981b-openwrt-one.dts
b/target/linux/mediatek/dts/mt7981b-openwrt-one.dts
index 46d351f76d09df83b4dc2eb72b7a0ca02f59a7a3..584b48217928ceeb2cc4ae1d88a5e29fd3137d02 100644
(file)
--- 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";
};
};