From: Michael Prokop Date: Mon, 4 Dec 2006 13:56:20 +0000 (+0100) Subject: * netcardconfig: added support for ipw3945 X-Git-Tag: 0.1-4 X-Git-Url: http://git.grml.org/?p=grml-network.git;a=commitdiff_plain;h=081a386e13aafc7874895e4ceafbd19db11b9367 * netcardconfig: added support for ipw3945 --- diff --git a/debian/changelog b/debian/changelog index 17f3e73..1e898a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-network (0.1-4) unstable; urgency=low + + * netcardconfig: added support for ipw3945 + + -- Michael Prokop Mon, 4 Dec 2006 14:56:00 +0100 + grml-network (0.1-3) unstable; urgency=low * Use 'Architecture: all' in debian/control so we can use the diff --git a/sbin/netcardconfig b/sbin/netcardconfig index 23f7242..8a4f391 100755 --- a/sbin/netcardconfig +++ b/sbin/netcardconfig @@ -4,7 +4,7 @@ # Authors: Klaus Knopper 2002, Niall Walsh + Stefan Lippers-Hollmann 2005, Michael Prokop , Marcel Wichern # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Mit Okt 04 11:52:26 CEST 2006 [mika] +# Latest change: Mon Dez 04 14:55:58 CET 2006 [mika] ################################################################################ # Changes have been merged from Kanotix's netcardconfig taken from # http://kanotix.com/files/debian/pool/main/n/netcardconfig-kanotix/ @@ -270,7 +270,7 @@ configiface() { ath_pci) WPA_DEV="madwifi" ;; - ipw2200|ipw2100) + ipw2200|ipw2100|ipw3945) WPA_DEV="wext" ;; hostap)