From db27f294f02d784efdcbe09e6f5fe4cb118fb6f4 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 27 Sep 2007 22:46:53 +0000 Subject: add back ipw3945 settings --- lib/network/connection/wireless.pm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'lib') diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm index 8b7d6ee..14fefe6 100644 --- a/lib/network/connection/wireless.pm +++ b/lib/network/connection/wireless.pm @@ -68,6 +68,20 @@ my @thirdparty_settings = ( }; } (2100, 2200)), + { + name => "ipw3945", + description => "Intel(R) PRO/Wireless 3945", + url => "http://ipw3945.sourceforge.net/", + firmware => { + package => "ipw3945-ucode", + test_file => "ipw3945.ucode", + }, + tools => { + package => "ipw3945d", + test_file => '/usr/sbin/ipw3945d', + }, + }, + (map { { name => "iwl${_}", -- cgit v1.2.1