summaryrefslogtreecommitdiffstats
path: root/lib/network/connection/ethernet.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-04-02 23:05:45 +0000
committerOlivier Blin <oblin@mandriva.com>2008-04-02 23:05:45 +0000
commit8084b25e15cf2d46e2a038647b1afa8be2f35a02 (patch)
treee0e77a2294c8fae1cdc643a88bfe6110a1a91707 /lib/network/connection/ethernet.pm
parente18abb0d01ec2af547361c8bdc13fff52ab1a1e4 (diff)
downloaddrakx-net-8084b25e15cf2d46e2a038647b1afa8be2f35a02.tar
drakx-net-8084b25e15cf2d46e2a038647b1afa8be2f35a02.tar.gz
drakx-net-8084b25e15cf2d46e2a038647b1afa8be2f35a02.tar.bz2
drakx-net-8084b25e15cf2d46e2a038647b1afa8be2f35a02.tar.xz
drakx-net-8084b25e15cf2d46e2a038647b1afa8be2f35a02.zip
add a link detection delay for b44 module (#38795)
Diffstat (limited to 'lib/network/connection/ethernet.pm')
-rw-r--r--lib/network/connection/ethernet.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/connection/ethernet.pm b/lib/network/connection/ethernet.pm
index 16fe0c9..121aaf5 100644
--- a/lib/network/connection/ethernet.pm
+++ b/lib/network/connection/ethernet.pm
@@ -519,7 +519,7 @@ sub configure_eth_aliases {
sub get_link_detection_delay {
my ($self) = @_;
- member($self->get_driver, qw(forcedeth r8169 skge sky2 tg3)) && 6;
+ member($self->get_driver, qw(b44 forcedeth r8169 skge sky2 tg3)) && 6;
}
sub is_ifplugd_blacklisted {