summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <blino@mageia.org>2012-04-29 12:42:21 +0000
committerOlivier Blin <blino@mageia.org>2012-04-29 12:42:21 +0000
commit7dea2715562f22bfcf10488f7e333cd0ed0dea1c (patch)
tree44b0504a6312b95cd4463d10b1ede16f89c2c0e1
parentf7b90fde058b54b090fcc125f99a2273b2ab9f7b (diff)
downloaddrakx-net-7dea2715562f22bfcf10488f7e333cd0ed0dea1c.tar
drakx-net-7dea2715562f22bfcf10488f7e333cd0ed0dea1c.tar.gz
drakx-net-7dea2715562f22bfcf10488f7e333cd0ed0dea1c.tar.bz2
drakx-net-7dea2715562f22bfcf10488f7e333cd0ed0dea1c.tar.xz
drakx-net-7dea2715562f22bfcf10488f7e333cd0ed0dea1c.zip
install rtlwifi-firmware for rtl8192 drivers
-rw-r--r--NEWS1
-rw-r--r--lib/network/connection/wireless.pm11
2 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7c20220..16c58c8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+- install rtlwifi-firmware for rtl8192 drivers
- remove rtl8187se thirdparty check, it has been in mainline for a
long time already
diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm
index 2cf04ff..f382a8d 100644
--- a/lib/network/connection/wireless.pm
+++ b/lib/network/connection/wireless.pm
@@ -309,6 +309,17 @@ my @thirdparty_settings = (
},
};
} ([ 61, 2661 ], [ 73 ], [ 2860 ], [ 2870 ], [ 3090 ])),
+
+ {
+ name => 'rtl8192',
+ matching => [ qw(rtl8192ce rtl8192cu rtl8192de rtl8192se) ],
+ description => 'Realtek RTL8192 WiFi',
+ url => 'http://www.ralinktech.com/',
+ firmware => {
+ package => 'rtlwifi-firmware',
+ test_file => 'rtlwifi/rtl8192sefw.bin',
+ },
+ },
);
sub get_packages { 'wireless-tools' }