From 3885151306bbe59064541c008e56574700493bb1 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 4 Aug 2005 16:51:07 +0000 Subject: use ifplugd for wireless interfaces --- perl-install/network/netconnect.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'perl-install/network/netconnect.pm') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 23ceacf96..227b5066c 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -113,7 +113,6 @@ sub real_main { my $is_ifplugd_blacklisted = sub { member($module, qw(b44 forcedeth madwifi_pci via-velocity)) || - $is_wireless || find { $_->{device} eq $ntf_name } detect_devices::pcmcia_probe(); }; @@ -895,8 +894,7 @@ notation (for example, 1.2.3.4).")), { label => N("Netmask"), val => \$ethntf->{NETMASK}, disabled => sub { $auto_ip } }, ), { text => N("Track network card id (useful for laptops)"), val => \$track_network_id, type => "bool" }, - if_(!$is_wireless, - { text => N("Network Hotplugging"), val => \$ifplugd, type => "bool" }), + { text => N("Network Hotplugging"), val => \$ifplugd, type => "bool" }, if_($net->{type} eq "lan", { text => N("Start at boot"), val => \$onboot, type => "bool" }, ), -- cgit v1.2.1