summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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' }