From 2147f7c2ce892b86cbe50778d75d31d4117c5441 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 1 Mar 2005 18:28:55 +0000 Subject: (get_eth_cards) backport fixes from HEAD: - workaround buggy kernel until provided patch got applied (#12609) - do not rely on broken ethtool from hostap drivers (#13979) --- perl-install/network/ethernet.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm index 0a7a3d19f..8594f8708 100644 --- a/perl-install/network/ethernet.pm +++ b/perl-install/network/ethernet.pm @@ -66,6 +66,8 @@ sub get_eth_cards { "p80211_prism2_pci" => 'prism2_pci', "p80211_prism2_usb" => 'prism2_usb', "ip1394" => "eth1394", + "hostap" => undef, #- should be either "hostap_plx", "hostap_pci" or "hostap_cs" + "DL2K" => "dl2k", ); $a = $fixes{$a} if $fixes{$a}; -- cgit v1.2.1