summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-02-06 00:14:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-02-06 00:14:27 +0000
commit2e41791cddddd9cc3739fa32f37fe32a11673f07 (patch)
treee009b024b91b43ff46757933df5eb4362974f1e3 /etc/inc/interfaces.inc
parent151748335c9043ab7b931b391e47caf96c5d4560 (diff)
downloadpfsense-2e41791cddddd9cc3739fa32f37fe32a11673f07.zip
pfsense-2e41791cddddd9cc3739fa32f37fe32a11673f07.tar.gz
Actually change the txpower.
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r--etc/inc/interfaces.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index b9f10bd..de1863c 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -692,6 +692,7 @@ EOD;
mwexec("$ifconfig $if" . " " . $apbridge);
mwexec("$ifconfig $if" . " " . $wme);
mwexec("$ifconfig $if" . " " . $wepset);
+ mwexec("$ifconfig $if" . " " . $txpower);
mwexec("$ifconfig $if" . " up");
if (isset($wlcfg['wpa']['enable'])) {
OpenPOWER on IntegriCloud