From 9ed0d0b595024d3bfa6b9264e5c95160f07d4c95 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Sun, 22 Apr 2012 23:54:41 +0000 Subject: fix iwlagn firmware package installation (#5549) and make iwl3945/4965 check faster by fixing test file --- NEWS | 3 +++ lib/network/connection/wireless.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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', -- cgit v1.2.1