From ba8d245ecab8f7e4481a3a2f88d5139c8b0bf33e Mon Sep 17 00:00:00 2001 From: billz Date: Mon, 30 Dec 2019 04:41:07 +0000 Subject: [PATCH] Revert "Expanded 5Ghz country list (testing)" This reverts commit f1ff34af6da64ab5e052c68aa2bfe5caea11d2e4. --- app/js/custom.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/js/custom.js b/app/js/custom.js index c25aa2ed..749d6a89 100644 --- a/app/js/custom.js +++ b/app/js/custom.js @@ -214,8 +214,7 @@ function loadChannelSelect(selected) { var countries_2_4Ghz_max11ch = Array('AG', 'BS', 'BB', 'BZ', 'CR', 'CU', 'DM', 'DO', 'SV', 'GD', 'GT', 'HT', 'HN', 'JM', 'MX', 'NI', 'PA', 'KN', 'LC', 'VC', 'TT', 'US', 'CA', 'UZ', 'CO'); var countries_2_4Ghz_max14ch = Array('JP'); - var countries_5Ghz_max48ch = Array('AU', 'BR', 'CA', 'EE', 'HK', 'IL', 'IS', 'LT', 'LV', 'NZ', 'US', - 'PH', 'SI', 'SK'); + var countries_5Ghz_max48ch = Array('US'); if (($.inArray(country_code, countries_2_4Ghz_max11ch) !== -1) && (hw_mode !== 'ac') ) { selectablechannels = Array.range(1,12); } else if (($.inArray(country_code, countries_2_4Ghz_max14ch) !== -1) && (hw_mode === 'b')) {