summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-10 02:13:14 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-10 02:13:14 +0000
commit4c00cc03c2fc9d508ac6750005c531918e429b05 (patch)
tree2b8e81444a8662c1fcbb38634d6e4bec9353ebcd /etc
parent98f3ce92776d9832c02a4def9a18131c5c730096 (diff)
downloadpfsense-4c00cc03c2fc9d508ac6750005c531918e429b05.zip
pfsense-4c00cc03c2fc9d508ac6750005c531918e429b05.tar.gz
Nuke stationname
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc7
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index b1b5bd4..8c5043e 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -498,12 +498,6 @@ function interfaces_wireless_configure($if, $wlcfg) {
/* Set ssid */
if($wlcfg['ssid'])
$ssid = "ssid " . escapeshellarg($wlcfg['ssid']);
-
- /* Set stationname */
- if ($wlcfg['stationname'])
- $stationname = "stationname " . escapeshellarg($wlcfg['stationname']);
- else
- $stationname = "stationname pfsense";
/* Set wireless hostap mode */
if ($wlcfg['mode'] == "hostap")
@@ -657,7 +651,6 @@ EOD;
mwexec("$ifconfig $if" . " " . $protmode);
mwexec("$ifconfig $if" . " " . $channel);
mwexec("$ifconfig $if" . " " . $ssid);
- mwexec("$ifconfig $if" . " " . $stationname);
mwexec("$ifconfig $if" . " " . $adhocmode);
/* fix turbo mode and reboot */
mwexec("$ifconfig $if" . " up");
OpenPOWER on IntegriCloud