diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index 8fbedb9dd1..5571de123a 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -2416,9 +2416,11 @@ function interface_wireless_configure($if, &$wl, &$wlcfg) { } /* handle txpower setting */ + // or don't. this has issues at the moment. + /* if($wlcfg['txpower'] <> "" && is_numeric($wlcfg['txpower'])) { $wlcmd[] = "txpower " . escapeshellarg($wlcfg['txpower']); - } + }*/ /* handle wme option */ if(isset($wlcfg['wme']['enable'])) { diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index 0e32d7f122..2248aaad36 100644 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -2986,6 +2986,7 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"), + @@ -3002,7 +3003,8 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
- + */ + ?>