1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-07-02 20:30:27 +00:00

Add 802.11ac 160 MHz wide channel to constants

This commit is contained in:
Aleksandr Gumroian 2020-07-17 13:38:30 +02:00
parent 48c323c1a1
commit 5eb6b90ed4
No known key found for this signature in database
GPG Key ID: 9E77849C64F0A733

View File

@ -12,6 +12,7 @@ export const HTMODES = {
VHT20: _("802.11ac - 20 MHz wide channel"),
VHT40: _("802.11ac - 40 MHz wide channel"),
VHT80: _("802.11ac - 80 MHz wide channel"),
VHT160: _("802.11ac - 160 MHz wide channel"),
};
export const HWMODES = {
"11g": "2.4",