summaryrefslogtreecommitdiffstats
path: root/lib/network/connection
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2009-08-26 13:20:42 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2009-08-26 13:20:42 +0000
commit43f6cc53d67081ce3875da5e3be676a9f9816a0b (patch)
treeed80913d02c0c86b8720118945990c6f986ced7d /lib/network/connection
parente012dc530b8256bbc393eb7bcd01bfe2d1b558ab (diff)
downloaddrakx-net-43f6cc53d67081ce3875da5e3be676a9f9816a0b.tar
drakx-net-43f6cc53d67081ce3875da5e3be676a9f9816a0b.tar.gz
drakx-net-43f6cc53d67081ce3875da5e3be676a9f9816a0b.tar.bz2
drakx-net-43f6cc53d67081ce3875da5e3be676a9f9816a0b.tar.xz
drakx-net-43f6cc53d67081ce3875da5e3be676a9f9816a0b.zip
added support for ralink 3090 wireless
Diffstat (limited to 'lib/network/connection')
-rw-r--r--lib/network/connection/wireless.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm
index dce0c64..304ab7d 100644
--- a/lib/network/connection/wireless.pm
+++ b/lib/network/connection/wireless.pm
@@ -304,6 +304,17 @@ my @thirdparty_settings = (
},
{
+ name => 'rt3090',
+ matching => 'rt3090sta',
+ description => 'Ralink RT3090 WiFi',
+ kernel_module => 1,
+ firmware => {
+ url => 'http://www.ralinktech.com/',
+ test_file => 'rt3090.bin',
+ },
+ },
+
+ {
name => 'rtl8187se',
matching => 'r8180',
description => 'Realtek RTL8180 / RTL8185 WiFi',