summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-03-13 03:15:10 -0500
committerChris Buechler <cmb@pfsense.org>2015-03-13 03:16:17 -0500
commitf2f34088ace895b0113b468b856ceb02301585d1 (patch)
tree548f8fd977965ede7139cd1989dd8789edd74624 /etc/inc
parent0a950c4b0a3df300ddce1894d83a9188fc8df47f (diff)
downloadpfsense-f2f34088ace895b0113b468b856ceb02301585d1.zip
pfsense-f2f34088ace895b0113b468b856ceb02301585d1.tar.gz
txpower was disabled for good reason it would appear, it triggers syntax errors in some configurations. Disable it again since it's been disabled for years, and comment out the user-facing config portion for now since it doesn't do anything. Ticket #4516
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/interfaces.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 8c40328..a980d47 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -2630,9 +2630,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'])) {
OpenPOWER on IntegriCloud