projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2425671
)
mediatek: set mac increment to 7 for the 5G radio
author
John Crispin
<john@phrozen.org>
Sun, 22 Sep 2024 07:07:58 +0000
(09:07 +0200)
committer
John Crispin
<john@phrozen.org>
Wed, 23 Oct 2024 12:14:38 +0000
(14:14 +0200)
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 3e1ab2491ee855ac5bb8195073e72c9b36b15ac6..99f1857b358069d301b99c5de65f4dbd553db54a 100644
(file)
--- a/
target/linux/mediatek/dts/mt7981b-openwrt-one.dts
+++ b/
target/linux/mediatek/dts/mt7981b-openwrt-one.dts
@@
-458,7
+458,7
@@
band@1 {
reg = <1>;
- nvmem-cells = <&macaddr_factory_4
1
>;
+ nvmem-cells = <&macaddr_factory_4
7
>;
nvmem-cell-names = "mac-address";
};
};