summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-13 00:09:25 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-13 00:09:25 +0000
commitb57ecc8827e3023a9e54850f1eb8525f817834b3 (patch)
tree518028671ff0cf7a9f7094b79c97eb5a6dff6f51 /etc
parent827d67e2952825bdf6ea6cdf85a7ba333ae5a993 (diff)
downloadpfsense-b57ecc8827e3023a9e54850f1eb8525f817834b3.zip
pfsense-b57ecc8827e3023a9e54850f1eb8525f817834b3.tar.gz
Remove commented out code while here.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc11
1 files changed, 0 insertions, 11 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 96e39f6..6d1d981 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -664,17 +664,6 @@ EOD;
if ($wlcfg['mode'] == hostap)
mwexec("$hostapd -B {$g['varetc_path']}/hostapd_{$if}.conf");
}
-
- /* Write ifconfig settings to tmp file so we can see if user set something weird */
-// $ifcargs = ("$standard $channel $ssid $stationname $hostapmode $adhocmode $hidessid $pureg $apbridge $turbo $wme $wepset");
-// $fd = fopen("{$g['tmp_path']}/ifconfig_wireless", "w");
-// fwrite($fd, "/sbin/ifconfig {$ifcargs}");
-// fclose($fd);
-
- /* Write wep crap out */
-// $fd = fopen("{$g['tmp_path']}/ifconfig_wep", "w");
-// fwrite($fd, "sbin/ifconfig {$wepset}");
-// fclose($fd);
if(isset($wlcfg['useolsr']))
setup_wireless_olsr($if);
OpenPOWER on IntegriCloud