summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-10-14 21:56:45 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-10-14 21:56:45 +0000
commit662dbb3cb4866eff9058daa197e4eaac04d2a414 (patch)
tree66a0bcf4b07c594a6b9531fb88e20b0764f6468d /pkgs/os-specific
parenta1061c11753eabcf9859fcc78551944ce98ad4ff (diff)
Updating ipw2200 firmware from 3.0 to 3.1.
I found no benefit from it. This card worked at most at 500KB/s for me at bitrate 54Mb/s,
and it works the same way with the fw 3.1.

svn path=/nixpkgs/trunk/; revision=17812
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/firmware/ipw2200/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/os-specific/linux/firmware/ipw2200/default.nix b/pkgs/os-specific/linux/firmware/ipw2200/default.nix
index 7852ce2ca808c..ed6a82e0df7bc 100644
--- a/pkgs/os-specific/linux/firmware/ipw2200/default.nix
+++ b/pkgs/os-specific/linux/firmware/ipw2200/default.nix
@@ -1,10 +1,10 @@
 {stdenv, fetchurl}:
 
 stdenv.mkDerivation {
-  name = "ipw2200-fw-3.0";
+  name = "ipw2200-fw-3.1";
   src = fetchurl {
-    url = http://bughost.org/firmware/ipw2200-fw-3.0.tgz;
-    sha256 = "1skmxmngrgz1402yq4vbfwmghh04mn1031jrn2cli0scdxz00zm7";
+    url = http://bughost.org/firmware/ipw2200-fw-3.1.tgz;
+    sha256 = "1gaqc8d827d6ji7zhhkpbr4fzznqpar68gzqbzak1h4cq48qr0f6";
   };
   
   buildPhase = "true";
@@ -18,9 +18,9 @@ stdenv.mkDerivation {
   meta = {
     # "... you may transfer a copy of the Software ... provided such
     # recipient agrees to be fully bound by the terms hereof."
-    description = "Firmware for the Intel 2200BG wireless card (requires acceptance of license, see http://ipw2200.sourceforge.net/firmware.php?fid=7";
+    description = "Firmware for the Intel 2200BG wireless card (requires acceptance of license, see http://ipw2200.sourceforge.net/firmware.php?fid=8";
     homepage = http://ipw2200.sourceforge.net/firmware.php;
-    license = http://ipw2200.sourceforge.net/firmware.php?fid=7;
+    license = http://ipw2200.sourceforge.net/firmware.php?fid=8;
     # See also http://ipw2100.sourceforge.net/firmware_faq.php
   };
 }