1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-07-31 09:39:27 +02:00

Update 802.11n bands, resolves #1797

This commit is contained in:
billz 2025-03-23 07:22:15 -07:00
parent 2cd4abc3c2
commit 084b2e1268

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'], '_');