aboutsummaryrefslogtreecommitdiff
path: root/ubuntu/ndiswrapper
AgeCommit message (Collapse)Author
2011-09-23UBUNTU: ubuntu: ndiswrapper -- fix interaction between __packed and packedAndy Whitcroft
2011-09-23UBUNTU: ubuntu: ndiswrapper -- follow removal of the BKL and locked ioctlAndy Whitcroft
Signed-off-by: Andy Whitcroft <apw@canonical.com>
2011-09-23UBUNTU: ubuntu: ndiswrapper -- update BOM to match actual versionAndy Whitcroft
Signed-off-by: Andy Whitcroft <apw@canonical.com>
2011-09-23UBUNTU: SAUCE: make ndiswrapper available on X86 onlyNicolas Pitre
There are several functions in ntoskernel.* with inline x86 assembler. Thus enable ndiswrapper for X86 only, especially when it gets enabled by default in Kconfig. Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Acked-by: Tim Gardner <tim.gardner@canonical.com> Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: SAUCE: ndiswrapper: convert multicast list to list_headLeann Ogasawara
The following upstream commit removed mc_count from struct net_device and converts multicast lists to list_head: commit 22bedad3ce112d5ca1eaf043d4990fa2ed698c87 Author: Jiri Pirko <jpirko@redhat.com> Date: Thu Apr 1 21:22:57 2010 +0000 net: convert multicast list to list_head Thus, we need to convert ndiscrapper to incorporate the same changes to avoid build failures. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: SAUCE: ndiswrapper: rename usb_buffer_alloc() and usb_buffer_free()Leann Ogasawara
usb_buffer_alloc() is renamed to usb_alloc_coherent() usb_buffer_free() is renamed to usb_free_coherent() This is due to the removal of the usb_buffer_alloc() and usb_buffer_free() macros: commit e26bcf37234c67624f62d9fc95f922b8dbda1363 Author: Greg Kroah-Hartman <gregkh@suse.de> Date: Thu Apr 29 15:46:07 2010 -0700 USB: remove unused usb_buffer_alloc and usb_buffer_free macros Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: SAUCE: Updated ndiswrapper to 1.56Tim Gardner
BugLink: http://bugs.launchpad.net/bugs/582555 Signed-off-by: Tim Gardner <tim.gardner@canonical.com> Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: ubuntu: ndiswrapper -- version 1.55Andy Whitcroft
ExternalDriver: ndiswrapper Description: Windows network driver wrapper Url: http://sourceforge.net/project/showfiles.php?group_id=93482 Version: 1.55 Update ndiswrapper to the latest version (v1.55) from sourceforge, and renable. Signed-off-by: Andy Whitcroft <apw@canonical.com>