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) --- NEWS | 2 ++ lib/network/connection/wireless.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0aa1c0c..6c8bf1f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ - install rtlwifi-firmware for r8712u driver (#6064) +- fix installing ralink firmware for 2860 and 2870 chipsets + (also drop 3090 checks, the driver has been merged in others) 1.12 - fix connectivity test during install (and possibly standalone) by 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