mediatek: set mac increment to 7 for the 5G radio on OpenWrt One
authorJohn Crispin <john@phrozen.org>
Sun, 22 Sep 2024 07:07:58 +0000 (09:07 +0200)
committerJohn 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

index 46d351f76d09df83b4dc2eb72b7a0ca02f59a7a3..584b48217928ceeb2cc4ae1d88a5e29fd3137d02 100644 (file)
 
        band@1 {
                reg = <1>;
-               nvmem-cells = <&macaddr_factory_4 1>;
+               nvmem-cells = <&macaddr_factory_4 7>;
                nvmem-cell-names = "mac-address";
        };
 };