From 80c94ba7a1b7171cdaef900bee0f465e1a56aa41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 1 Nov 2023 04:02:15 +0100 Subject: [PATCH] Fix legacy on 5 Ghz --- config/ap.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ap.nix b/config/ap.nix index ffdd852..c6dc5eb 100644 --- a/config/ap.nix +++ b/config/ap.nix @@ -303,7 +303,7 @@ htmode = "VHT80"; ssids = { C3D2 = { net = "c3d2"; }; - "ZW public legacy" = { net = "pub"; }; + "ZW public" = { net = "pub"; }; }; }; "platform/ahb/18100000.wmac" = { @@ -311,7 +311,7 @@ htmode = "HT20"; ssids = { "C3D2 legacy" = { net = "c3d2"; }; - "ZW public" = { net = "pub"; }; + "ZW public legacy" = { net = "pub"; }; }; }; };