summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <blino@mageia.org>2012-07-22 20:40:24 +0000
committerOlivier Blin <blino@mageia.org>2012-07-22 20:40:24 +0000
commitdaaa8d4498b2b24a70c61968949b182a024d32bb (patch)
tree1c70e409f325f090cd365c6fb56f1ecce149fe0b
parent381671df5ecee06fa8776505a27fa506f432494e (diff)
downloaddrakx-net-daaa8d4498b2b24a70c61968949b182a024d32bb.tar
drakx-net-daaa8d4498b2b24a70c61968949b182a024d32bb.tar.gz
drakx-net-daaa8d4498b2b24a70c61968949b182a024d32bb.tar.bz2
drakx-net-daaa8d4498b2b24a70c61968949b182a024d32bb.tar.xz
drakx-net-daaa8d4498b2b24a70c61968949b182a024d32bb.zip
fix installing ralink firmware for 2860 and 2870 chipsets
(also drop 3090 checks, the driver has been merged in others)
-rw-r--r--NEWS2
-rw-r--r--lib/network/connection/wireless.pm2
2 files changed, 3 insertions, 1 deletions
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',