[openwrt/openwrt] mediatek: set mac increment to 7 for the 5G radio on OpenWrt One

LEDE Commits lede-commits at lists.infradead.org
Tue Nov 5 04:31:04 PST 2024


blogic pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/895f30e31ade4a0e130e59272ec8bc88ed5da415

commit 895f30e31ade4a0e130e59272ec8bc88ed5da415
Author: John Crispin <john at phrozen.org>
AuthorDate: Sun Sep 22 09:07:58 2024 +0200

    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 at phrozen.org>
---
 target/linux/mediatek/dts/mt7981b-openwrt-one.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 at 1 {
 		reg = <1>;
-		nvmem-cells = <&macaddr_factory_4 1>;
+		nvmem-cells = <&macaddr_factory_4 7>;
 		nvmem-cell-names = "mac-address";
 	};
 };




More information about the lede-commits mailing list