Hello community, here is the log from the commit of package ndiswrapper checked in at Fri Jun 30 01:49:12 CEST 2006. -------- --- arch/i386/ndiswrapper/ndiswrapper.changes 2006-04-12 09:32:23.000000000 +0200 +++ ndiswrapper/ndiswrapper.changes 2006-06-29 12:52:30.000000000 +0200 @@ -1,0 +2,51 @@ +Thu Jun 29 12:44:30 CEST 2006 - jg@suse.de + +- update to version 1.18: + * Kernel crash with RT2500 (and possibly other serialized drivers) + under heavy traffic load fixed. + * Support for RNDIS driver with Vista drivers for 64-bit added. + * netpoll support added; with this netconsole can be used with + ndiswrapper. + * Suspend/resume improved + * Memory allocation tracking support added + * Proper fix for drivers (Atheros PCI and USB drivers) allocating + large chunk of memory in atomic context. + * Fix for crash when module is removed with new Atheros USB + driver, which supports WPA2 and has no firmware driver (athfmwdl). + * Memory leaks plugged. + * Plugging/unplugging/rmmod issues fixed; Marvell devices don't + need to be unplugged before removing module. + * Added support for Xpeed X400 ADSL adapter. + * Only wireless devices will be registered as wireless devices to + kernel; others (e.g., X400 ADSL) will be registered as network + devices, by default, with wlan%d. + * Issues with multicasting fixed. + * Issues with ZyDas ZD1211 fixed (broken since 1.9 or so). + * Fixed memory corruption issues, discovered with CONFIG_DEBUG_SLAB. + * SMP issues fixed; Netgear WG111 USB (Prism54 chipset) works + with SMP. + * Association to open networks (without encryption) is supported + with 'wext' driver interface with wpa_supplicant. + * Workaround is provided for Atheros driver so large block of + memory allocated by this driver in atomic context succeed. + * Sis163 USB driver with version 1.11 failed to associate reliably. + This is fixed. + * TI 1450 USB driver failed to initialize card if module is reloaded. + This is fixed. + * WPA with TKIP with TI ACX100 driver now works with 'ap_scan=2' in + wpa_supplicant's configuration file. Driver for D-Link DWL-650+ + has support for WPA with TKIP for this chipset. + * Added support for non-encrypted networks with wpa_supplicant. + * Am1772 with WPA and TKIP authenticates reliably now. + * Added support for WEP with wpa_supplicant through 'wext' driver + interface. There is no need for 'ndiswrapper' interface with + wpa_supplicant anymore. + * Added support for newer RNDIS (USB) cards (e.g., USR5421, + F5D7051uk, WUSB54GSv2, all based on Broadcom chip). These support + WPA2, whereas older RNDIS cards support only WPA. + * Kernel crash when removing USB cards fixed. + * Fixed performance issues with SMP. + * Added support for AMD Am1772. +- removed obsolete wep_fix patch + +------------------------------------------------------------------- Old: ---- ndiswrapper-1.10.tar.bz2 ndiswrapper-wep_fix.diff New: ---- ndiswrapper-1.18.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ndiswrapper.spec ++++++ --- /var/tmp/diff_new_pack.X7Lmda/_old 2006-06-30 01:46:20.000000000 +0200 +++ /var/tmp/diff_new_pack.X7Lmda/_new 2006-06-30 01:46:20.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package ndiswrapper (Version 1.10) +# spec file for package ndiswrapper (Version 1.18) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -15,8 +15,8 @@ Group: System/Kernel Autoreqprov: on Summary: Use Microsoft NDIS Network Drivers for WLAN Cards -Version: 1.10 -Release: 14 +Version: 1.18 +Release: 1 Requires: pciutils Requires: ndiswrapper-kmp Source0: %name-%version.tar.bz2 @@ -24,7 +24,6 @@ Source2: README.SUSE Source3: preamble Patch0: ndiswrapper.diff -Patch1: ndiswrapper-wep_fix.diff URL: http://ndiswrapper.sourceforge.net License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -64,7 +63,6 @@ %prep %setup %patch0 -p1 -%patch1 -p1 cp %SOURCE2 . mkdir obj @@ -107,6 +105,54 @@ %doc ChangeLog %changelog -n ndiswrapper +* Thu Jun 29 2006 - jg@suse.de +- update to version 1.18: + * Kernel crash with RT2500 (and possibly other serialized drivers) + under heavy traffic load fixed. + * Support for RNDIS driver with Vista drivers for 64-bit added. + * netpoll support added; with this netconsole can be used with + ndiswrapper. + * Suspend/resume improved + * Memory allocation tracking support added + * Proper fix for drivers (Atheros PCI and USB drivers) allocating + large chunk of memory in atomic context. + * Fix for crash when module is removed with new Atheros USB + driver, which supports WPA2 and has no firmware driver (athfmwdl). + * Memory leaks plugged. + * Plugging/unplugging/rmmod issues fixed; Marvell devices don't + need to be unplugged before removing module. + * Added support for Xpeed X400 ADSL adapter. + * Only wireless devices will be registered as wireless devices to + kernel; others (e.g., X400 ADSL) will be registered as network + devices, by default, with wlan%%d. + * Issues with multicasting fixed. + * Issues with ZyDas ZD1211 fixed (broken since 1.9 or so). + * Fixed memory corruption issues, discovered with CONFIG_DEBUG_SLAB. + * SMP issues fixed; Netgear WG111 USB (Prism54 chipset) works + with SMP. + * Association to open networks (without encryption) is supported + with 'wext' driver interface with wpa_supplicant. + * Workaround is provided for Atheros driver so large block of + memory allocated by this driver in atomic context succeed. + * Sis163 USB driver with version 1.11 failed to associate reliably. + This is fixed. + * TI 1450 USB driver failed to initialize card if module is reloaded. + This is fixed. + * WPA with TKIP with TI ACX100 driver now works with 'ap_scan=2' in + wpa_supplicant's configuration file. Driver for D-Link DWL-650+ + has support for WPA with TKIP for this chipset. + * Added support for non-encrypted networks with wpa_supplicant. + * Am1772 with WPA and TKIP authenticates reliably now. + * Added support for WEP with wpa_supplicant through 'wext' driver + interface. There is no need for 'ndiswrapper' interface with + wpa_supplicant anymore. + * Added support for newer RNDIS (USB) cards (e.g., USR5421, + F5D7051uk, WUSB54GSv2, all based on Broadcom chip). These support + WPA2, whereas older RNDIS cards support only WPA. + * Kernel crash when removing USB cards fixed. + * Fixed performance issues with SMP. + * Added support for AMD Am1772. +- removed obsolete wep_fix patch * Tue Apr 11 2006 - jg@suse.de - fixed WEP support when used with wpa_supplicant's 'wext' backend (bug 158892) ++++++ Makefile.in ++++++ --- arch/i386/ndiswrapper/Makefile.in 2006-04-11 21:35:39.000000000 +0200 +++ ndiswrapper/Makefile.in 2006-06-29 12:35:38.000000000 +0200 @@ -15,7 +15,7 @@ obj-m := ndiswrapper.o ndiswrapper-objs := hal.o iw_ndis.o loader.o misc_funcs.o ndis.o \ ntoskernel.o ntoskernel_io.o pe_linker.o pnp.o proc.o \ - wrapndis.o wrapper.o usb.o + wrapmem.o wrapndis.o wrapper.o usb.o clean-files += ndis_exports.h hal_exports.h ntoskernel_exports.h \ ntoskernel_io_exports.h misc_funcs_exports.h \ usb_exports.h ++++++ ndiswrapper-1.10.tar.bz2 -> ndiswrapper-1.18.tar.bz2 ++++++ ++++ 17744 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit-help@opensuse.org