summaryrefslogtreecommitdiffstats
path: root/perl-install/network/network.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/network/network.pm')
-rw-r--r--perl-install/network/network.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/network/network.pm b/perl-install/network/network.pm
index d6e6647c1..14a280d03 100644
--- a/perl-install/network/network.pm
+++ b/perl-install/network/network.pm
@@ -312,13 +312,11 @@ sub gateway {
my @masked = masked_ip($ip) =~ $ip_regexp;
$masked[3] = 1;
join(".", @masked);
-
}
sub configureNetworkIntf {
my ($netc, $in, $intf, $net_device, $skip, $module) = @_;
my $text;
- my @wireless_modules = qw(aironet_cs aironet4500_cs hermes airo orinoco_cs orinoco airo_cs netwave_cs ray_cs wavelan_cs wvlan_cs airport 3c59x);
if (is_wireless_intf($intf, $module)) {
$intf->{wireless_eth} = 1;
$netc->{wireless_eth} = 1;