diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | lib/network/connection/wireless.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +- further fix iwlagn firmware installation + 1.8 - ndiswrapper: do not try to access the full chroot path when running in chroot (mdv#56052) diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm index 0826e7f..f7f67b0 100644 --- a/lib/network/connection/wireless.pm +++ b/lib/network/connection/wireless.pm @@ -135,7 +135,7 @@ my @thirdparty_settings = ( }, sleep => 1, }; - } ([ 3945, '-2' ], [ 4965, '-2' ], [ 'wifi', '-5', 5000 ])), + } ([ 3945, '-2' ], [ 4965, '-2' ], [ 'agn', '-5', 5000 ])), { name => 'p54pci', |