Merge pull request #1800 from RaspAP/fix/band-association

Fix: Update 802.11n band associations
This commit is contained in:
Bill Zimmerman
2025-03-23 15:23:45 +01:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ function DisplayHostAPDConfig()
'a' => '802.11a - 5 GHz',
'b' => '802.11b - 2.4 GHz',
'g' => '802.11g - 2.4 GHz',
'n' => '802.11n - 2.4 GHz',
'n' => '802.11n - 2.4/5 GHz',
'ac' => '802.11ac - 5 GHz'
];
$languageCode = strtok($_SESSION['locale'], '_');