From 9ff8dec127d665090012b64b882a3e1b9641d54a Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 2 Aug 2007 18:35:19 +0000 Subject: add iwl3945/iwl4965 support to replace ipw3945 --- lib/network/connection/wireless.pm | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'lib/network/connection') diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm index df1a210..5f57e1c 100644 --- a/lib/network/connection/wireless.pm +++ b/lib/network/connection/wireless.pm @@ -68,19 +68,17 @@ 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${_}", + description => "Intel(R) PRO/Wireless ${_}", + url => "http://intellinuxwireless.org/", + firmware => { + package => "iwlwifi-${_}-ucode", + test_file => "iwlwifi-${_}.ucode", + }, + }; + } (3945, 4965)), { name => 'prism54', -- cgit v1.2.1