diff options
author | Henrik Brix Andersen <brix@gentoo.org> | 2004-12-20 09:11:24 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@gentoo.org> | 2004-12-20 09:11:24 +0000 |
commit | d2edf96475e10d220520a2fd27012c35feb247b3 (patch) | |
tree | fe20dfde3028656bfe609373d2a19ff303c4f0d0 /net-wireless/hostap-driver/files | |
parent | Added a patch to configure, and configure.in to correct the includes for the ... (diff) | |
download | gentoo-2-d2edf96475e10d220520a2fd27012c35feb247b3.tar.gz gentoo-2-d2edf96475e10d220520a2fd27012c35feb247b3.tar.bz2 gentoo-2-d2edf96475e10d220520a2fd27012c35feb247b3.zip |
Added new development snapshot.
Diffstat (limited to 'net-wireless/hostap-driver/files')
-rw-r--r-- | net-wireless/hostap-driver/files/digest-hostap-driver-0.3.2 | 6 | ||||
-rw-r--r-- | net-wireless/hostap-driver/files/hostap-driver-0.3.2-firmware.patch | 12 |
2 files changed, 18 insertions, 0 deletions
diff --git a/net-wireless/hostap-driver/files/digest-hostap-driver-0.3.2 b/net-wireless/hostap-driver/files/digest-hostap-driver-0.3.2 new file mode 100644 index 000000000000..e4064fa86975 --- /dev/null +++ b/net-wireless/hostap-driver/files/digest-hostap-driver-0.3.2 @@ -0,0 +1,6 @@ +MD5 44dbc0a8978fe618eee242b0bd25392c pcmcia-cs-3.2.5.tar.gz 1266494 +MD5 33325ed642b5277a9695d10bd19b3d7a pcmcia-cs-3.2.5-module-init-tools.diff.gz 460 +MD5 ee4f8227cc28f9a29a609f6e9561ef54 pcmcia-cs-3.2.5-SMP-fix.diff.gz 320 +MD5 2b2cba3fdd498b001ea3c27d8b2da31b pcmcia-cs-3.2.5-3.2.6.diff.gz 23034 +MD5 f2feda5eb46c1a2b99ae9db274879afc pcmcia-cs-3.2.5-3.2.7.diff.gz 28244 +MD5 8f65bade336ed208d6655dd2ff9a1ed0 hostap-driver-0.3.2.tar.gz 200111 diff --git a/net-wireless/hostap-driver/files/hostap-driver-0.3.2-firmware.patch b/net-wireless/hostap-driver/files/hostap-driver-0.3.2-firmware.patch new file mode 100644 index 000000000000..0cfaff23f984 --- /dev/null +++ b/net-wireless/hostap-driver/files/hostap-driver-0.3.2-firmware.patch @@ -0,0 +1,12 @@ +diff -urp hostap-driver-0.3.2/driver/modules/hostap_config.h hostap-driver-0.3.2-firmware/driver/modules/hostap_config.h +--- hostap-driver-0.3.2/driver/modules/hostap_config.h 2004-12-20 07:26:58.000000000 +0100 ++++ hostap-driver-0.3.2-firmware/driver/modules/hostap_config.h 2004-12-20 09:43:19.845904392 +0100 +@@ -59,7 +59,7 @@ + * In addition, please note that it is possible to kill your card with + * non-volatile download if you are using incorrect image. This feature has not + * been fully tested, so please be careful with it. */ +-/* #define PRISM2_NON_VOLATILE_DOWNLOAD */ ++#define PRISM2_NON_VOLATILE_DOWNLOAD + #endif /* PRISM2_DOWNLOAD_SUPPORT */ + + /* Include wireless extensions sub-ioctl support even if wireless extensions |