]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
wlanap.cgi: Default to channel 0 for ACS
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 20 Sep 2024 11:19:10 +0000 (13:19 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 8 Oct 2024 08:45:47 +0000 (08:45 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/wlanap.cgi

index e7f144f21ad9957018f0411a29a7b2b1eaea1580..7c10b865f962dc39d4601c6bb8a35f113ce4d988 100644 (file)
@@ -41,7 +41,7 @@ my %wlanapsettings=();
        "HIDESSID" => "off",
        "ENC" => "wpa2",
        "TXPOWER" => "auto",
-       "CHANNEL" => "6",
+       "CHANNEL" => "0",
        "COUNTRY" => "00",
        "HW_MODE" => "g",
        "PWD" => "",