Replace hardcoded 5Ghz countries with constant

This commit is contained in:
billz 2019-12-31 19:12:01 +00:00
parent 154eee337c
commit e072e0a32a

View file

@ -49,7 +49,7 @@
<div class="form-group col-md-6">
<label for="cbxhwmode"><?php echo _("Wireless Mode") ;?></label>
<?php
$countries_5Ghz_max48ch = array('US');
$countries_5Ghz_max48ch = RASPI_5GHZ_ISO_ALPHA2;
$selectedHwMode = $arrConfig['hw_mode'];
if (isset($arrConfig['ieee80211n'])) {
if (strval($arrConfig['ieee80211n']) === '1') {