summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-26 13:18:06 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-26 13:18:06 +0000
commit1893858a0060078c59ef576149bbccb13a982f94 (patch)
tree8a29a816b0d83b52b484e1280ab8c5a83d1e653b
parentf507cb06cbc57ea5a596aa9cb435f2960a1c6cd1 (diff)
downloaddrakx-1893858a0060078c59ef576149bbccb13a982f94.tar
drakx-1893858a0060078c59ef576149bbccb13a982f94.tar.gz
drakx-1893858a0060078c59ef576149bbccb13a982f94.tar.bz2
drakx-1893858a0060078c59ef576149bbccb13a982f94.tar.xz
drakx-1893858a0060078c59ef576149bbccb13a982f94.zip
s/bcm4400/b44/
-rw-r--r--perl-install/network/netconnect.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index e24e7d9fa..036f75784 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -900,7 +900,7 @@ Modifying the fields below will override this configuration."),
$needhostname = $ethntf->{NEEDHOSTNAME} !~ /no/;
# blacklist bogus driver, enable ifplugd support else:
my @devs = detect_devices::pcmcia_probe();
- $ethntf->{MII_NOT_SUPPORTED} ||= bool2yesno($is_wireless || member($module, qw(bcm4400 forcedeth))
+ $ethntf->{MII_NOT_SUPPORTED} ||= bool2yesno($is_wireless || member($module, qw(b44 forcedeth))
|| find { $_->{device} eq $ntf_name } @devs);
$hotplug = !text2bool($ethntf->{MII_NOT_SUPPORTED});
$track_network_id = $::isStandalone && $ethntf->{HWADDR} || detect_devices::isLaptop();