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

index 3e1ab2491ee855ac5bb8195073e72c9b36b15ac6..99f1857b358069d301b99c5de65f4dbd553db54a 100644 (file)
 
        band@1 {
                reg = <1>;
-               nvmem-cells = <&macaddr_factory_4 1>;
+               nvmem-cells = <&macaddr_factory_4 7>;
                nvmem-cell-names = "mac-address";
        };
 };