From 8c3cbcace355be987457a81b38790b07b1b9dde0 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Sun, 10 Jun 2012 14:35:55 +0000 Subject: install rtlwifi-firmware for r8712u driver (#6064) --- lib/network/connection/wireless.pm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'lib/network/connection') diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm index 491d0c2..7b16796 100644 --- a/lib/network/connection/wireless.pm +++ b/lib/network/connection/wireless.pm @@ -312,12 +312,11 @@ my @thirdparty_settings = ( } ([ 61, 2661 ], [ 73 ], [ 2860 ], [ 2870 ], [ 3090 ])), { - name => 'rtl8192', - matching => qr/^rtl8192/, - description => 'Realtek RTL8192 WiFi', - url => 'http://www.ralinktech.com/', + name => 'rtlwifi', + matching => qr/^(rtl8192|r8712u$)/, + description => 'Realtek WiFi', + url => 'http://www.realtek.com.tw/', firmware => { - package => 'rtlwifi-firmware', test_file => 'rtlwifi/rtl8192sefw.bin', }, }, -- cgit v1.2.1