summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-02-25 00:25:51 -0600
committerChris Buechler <cmb@pfsense.org>2015-02-25 00:26:14 -0600
commite2d700da1d1e334eaf97936a5c5a0faeff0ef5d2 (patch)
tree01990c62d10fcab61939c01b57a9fb93888a65a3 /etc
parent10b92c5756c5d9aa4e183fa08fe8fe0ad2c12bd0 (diff)
downloadpfsense-e2d700da1d1e334eaf97936a5c5a0faeff0ef5d2.zip
pfsense-e2d700da1d1e334eaf97936a5c5a0faeff0ef5d2.tar.gz
remove old, unused code
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 1f95f87..2a07901 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -2203,8 +2203,6 @@ function interface_wireless_clone($realif, $wlcfg) {
$newif = trim($out[0]);
// Rename the interface to {$parentnic}_wlan{$number}#: EX: ath0_wlan0
pfSense_interface_rename($newif, $realif);
- // FIXME: not sure what ngctl is for. Doesn't work.
- // mwexec("/usr/sbin/ngctl name {$newif}: {$realif}", false);
file_put_contents("{$g['tmp_path']}/{$realif}_oldmac", get_interface_mac($realif));
}
return true;
OpenPOWER on IntegriCloud