diff options
author | John Crispin <john@phrozen.org> | 2024-09-22 09:07:58 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2024-11-05 10:11:44 +0100 |
commit | 6ec1477b4d8b1a7bcc3981c0584785d641c8facb (patch) | |
tree | 1de4990354ee8a606eece8806a5eb727ef33930c /target/linux | |
parent | f35a29d63f445d784f1e266eaa6d3825a249cd6c (diff) | |
download | openwrt-6ec1477b4d8b1a7bcc3981c0584785d641c8facb.tar.gz openwrt-6ec1477b4d8b1a7bcc3981c0584785d641c8facb.tar.bz2 openwrt-6ec1477b4d8b1a7bcc3981c0584785d641c8facb.zip |
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@phrozen.org>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/mediatek/dts/mt7981b-openwrt-one.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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@1 { reg = <1>; - nvmem-cells = <&macaddr_factory_4 1>; + nvmem-cells = <&macaddr_factory_4 7>; nvmem-cell-names = "mac-address"; }; }; |