summaryrefslogtreecommitdiffstats
path: root/lib/network/connection
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-04 06:38:07 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-04 06:38:07 +0000
commit21fd6abda44db2d8282a3c936c4db0f0c1c7c927 (patch)
tree86beada82b0438cc90c8223e4574b5d7cb02e1b1 /lib/network/connection
parent815a10b67da85fee8564673f1425adc335791237 (diff)
downloaddrakx-net-21fd6abda44db2d8282a3c936c4db0f0c1c7c927.tar
drakx-net-21fd6abda44db2d8282a3c936c4db0f0c1c7c927.tar.gz
drakx-net-21fd6abda44db2d8282a3c936c4db0f0c1c7c927.tar.bz2
drakx-net-21fd6abda44db2d8282a3c936c4db0f0c1c7c927.tar.xz
drakx-net-21fd6abda44db2d8282a3c936c4db0f0c1c7c927.zip
tokenring support has been removed from kernel-3.5
Diffstat (limited to 'lib/network/connection')
-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 c2f9718..f33f7f1 100644
--- a/lib/network/connection/ethernet.pm
+++ b/lib/network/connection/ethernet.pm
@@ -16,7 +16,7 @@ sub get_devices() {
#require list_modules;
#- FIXME: try to use list_modules::ethernet_categories() (but remove wireless stuff)
require detect_devices;
- my @devices = detect_devices::probe_category('network/main|gigabit|pcmcia|tokenring|usb|firewire');
+ my @devices = detect_devices::probe_category('network/main|gigabit|pcmcia|usb|firewire');
my @lan = grep { detect_devices::is_lan_interface($_) && !detect_devices::is_wireless_interface($_) } detect_devices::get_all_net_devices();
@devices, get_unlisted_devices(\@lan, \@devices);
}