summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--lib/network/connection/wireless.pm2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 575c1c7..eea92c8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- fix iwlagn firmware package installation (#5549) and make
+ iwl3945/4965 check faster by fixing test file
+
1.7
- change path to b43 firmware according to kernel changes (#5419)
diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm
index 764c900..261390b 100644
--- a/lib/network/connection/wireless.pm
+++ b/lib/network/connection/wireless.pm
@@ -135,7 +135,7 @@ my @thirdparty_settings = (
},
sleep => 1,
};
- } ([ 3945, '-1' ], [ 4965, '-1' ], [ 'agn', '-1', 5000 ])),
+ } ([ 3945, '-2' ], [ 4965, '-2' ], [ 'wifi', '-5', 5000 ])),
{
name => 'p54pci',