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:
parent
2cd4abc3c2
commit
084b2e1268
@ -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'], '_');
|
||||
|
Loading…
x
Reference in New Issue
Block a user