From daaa8d4498b2b24a70c61968949b182a024d32bb Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Sun, 22 Jul 2012 20:40:24 +0000 Subject: fix installing ralink firmware for 2860 and 2870 chipsets (also drop 3090 checks, the driver has been merged in others) --- lib/network/connection/wireless.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/network/connection') diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm index 7b16796..f35e3d3 100644 --- a/lib/network/connection/wireless.pm +++ b/lib/network/connection/wireless.pm @@ -309,7 +309,7 @@ my @thirdparty_settings = ( test_file => "rt${suffix}.bin", }, }; - } ([ 61, 2661 ], [ 73 ], [ 2860 ], [ 2870 ], [ 3090 ])), + } ([ 2800, 2860 ], [ 61, 2661 ], [ 73 ])), { name => 'rtlwifi', -- cgit v1.2.1