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