- 07 1月, 2009 40 次提交
-
-
由 Vijay Kumar 提交于
Always set the user space offset from kernel space, to indicate group transmitted/received. Signed-off-by: NVijay Kumar <vijaykumar@bravegnu.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Vijay Kumar 提交于
Added Rx control register definition. Flush Rx FIFO on init, and set continuous DMA mode. Signed-off-by: NVijay Kumar <vijaykumar@bravegnu.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Vijay Kumar 提交于
Removed out printing of DMA address, that causes warnings during build. Signed-off-by: NVijay Kumar <vijaykumar@bravegnu.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Vijay Kumar 提交于
Unmap PCI bars on remove(). Validate sysfs values before using them. Signed-off-by: NVijay Kumar <vijaykumar@bravegnu.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Vijay Kumar 提交于
Accurately calculate the no. of pages from the bytes. Signed-off-by: NVijay Kumar <vijaykumar@bravegnu.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Vijay Kumar 提交于
Update TODO list. Signed-off-by: NVijay Kumar <vijaykumar@bravegnu.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Vijay Kumar 提交于
Block size is to be expressed in no. of 64 bit transfers. But the code specifies the block size in bytes. Fix this issue. Signed-off-by: NVijay Kumar <vijaykumar@bravegnu.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Oliver Neukum 提交于
- no DMA on stack - cleanup unclear endianness issue Signed-off-by: NOliver Neukum <oneukum@suse.de> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Greg Kroah-Hartman 提交于
It's now a "clean" driver. Cc: John W. Linville <linville@tuxdriver.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Greg Kroah-Hartman 提交于
3 functions are now not used, remove them. Cc: John W. Linville <linville@tuxdriver.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Greg Kroah-Hartman 提交于
The previous patch broke the at76_usb driver due to some other wireless core api changes. This patch fixes the driver to build properly again. Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 John W. Linville 提交于
This updates drivers/staging/at76_usb to correspond with the latest version previously available in wireless-testing. Signed-off-by: NJohn W. Linville <linville@tuxdriver.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Roel Kluin 提交于
payload_length is unsigned, check before subtraction Signed-off-by: NRoel Kluin <roel.kluin@gmail.com>
-
由 Greg Kroah-Hartman 提交于
This fixes some compiler warnings in teh wlan-ng driver. Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Julia Lawall 提交于
ARRAY_SIZE is more concise to use when the size of an array is divided by the size of its type or the size of its first element. The semantic patch that makes this change is as follows: (http://www.emn.fr/x-info/coccinelle/) // <smpl> @i@ @@ #include <linux/kernel.h> @depends on i using "paren.iso"@ type T; T[] E; @@ - (sizeof(E)/sizeof(E[...])) + ARRAY_SIZE(E) @depends on i using "paren.iso"@ type T; T[] E; @@ - (sizeof(E)/sizeof(T)) + ARRAY_SIZE(E) // </smpl> Signed-off-by: NJulia Lawall <julia@diku.dk> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Huang Weiyi 提交于
The file(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION. drivers/staging/wlan-ng/p80211conv.c drivers/staging/wlan-ng/p80211req.c drivers/staging/wlan-ng/p80211wext.c drivers/staging/wlan-ng/prism2mgmt.c This patch removes the said #include <version.h>. Signed-off-by: NHuang Weiyi <weiyi.huang@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Richard Kennedy 提交于
allow card to correctly receive network packets, without this change all incoming packets are dropped. code copied from the latest wlan-ng-devel tree. Signed-off-by: NRichard Kennedy <richard@rsk.demon.co.uk> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Richard Kennedy 提交于
hfa384x_usbin_callback: check for hardware removed copied from latest wlan-ng-devel version Signed-off-by: NRichard Kennedy <richard@rsk.demon.co.uk> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Richard Kennedy 提交于
p80211wext don't set default key id twice another change from wlan-ng-devel Signed-off-by: NRichard Kennedy <richard@rsk.demon.co.uk> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Richard Kennedy 提交于
add the latest changes from wlan-ng-devel remove 2 stray nulls from the wext_handler table introduced by the tidy up patch. Signed-off-by: NRichard Kennedy <richard@rsk.demon.co.uk> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Richard Kennedy 提交于
include the needed fixes from Karl Relton <karllinuxtest.relton@ntlworld.com> see thread on linux-wlan-devel mailing list "Possible cause of those pesky hfa384x_usbctlx_complete_sync errors" Signed-off-by: NRichard Kennedy <richard@rsk.demon.co.uk> Cc: Karl Relton <karllinuxtest.relton@ntlworld.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Richard Kennedy 提交于
always enable card in probe_usb & update register_wlandev to match latest wlan-ng-dev tree. Signed-off-by: NRichard Kennedy <richard@rsk.demon.co.uk> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Richard Kennedy 提交于
a version of this patch is in the wlan-ng_devel tree initializes netdev correctly to prevent an oops on device start. Signed-off-by: NRichard Kennedy <richard@rsk.demon.co.uk> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Solomon Peachy 提交于
The next step is to bypass the MIB calling mechanism altogether and just invoke the hardware directly where needed, but at least now the list has been paired down considerably. Signed-off-by: NSolomon Peachy <pizza@shaftnet.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Solomon Peachy 提交于
There's no point in having a separate 'p80211' module, as nobody else is ever going to use it. Push everyting into a single module, and get rid of all exports. Signed-off-by: NSolomon Peachy <pizza@shaftnet.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Solomon Peachy 提交于
Signed-off-by: NSolomon Peachy <pizza@shaftnet.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Solomon Peachy 提交于
Signed-off-by: NSolomon Peachy <pizza@shaftnet.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Solomon Peachy 提交于
Kconfig doesn't work with variables starting with CONFIG_ Signed-off-by: NSolomon Peachy <pizza@shaftnet.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Solomon Peachy 提交于
So take away the option to disable it. Signed-off-by: NSolomon Peachy <pizza@shaftnet.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Solomon Peachy 提交于
It's not needed at all anymore now that we are in the kernel tree. Signed-off-by: NSolomon Peachy <pizza@shaftnet.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Solomon Peachy 提交于
wlan-ng needed to interact with userspace, and support very old kernels, so it used to define its own types for integers to ensure consistency. It's all rather irrelevant now. Signed-off-by: NSolomon Peachy <pizza@shaftnet.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Solomon Peachy 提交于
These files are not needed to work properly, and don't belong in procfs Signed-off-by: NSolomon Peachy <pizza@shaftnet.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Solomon Peachy 提交于
The kernel provides us with the proper version of this file. Signed-off-by: NSolomon Peachy <pizza@shaftnet.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Solomon Peachy 提交于
It also isn't needed. Signed-off-by: NSolomon Peachy <pizza@shaftnet.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Solomon Peachy 提交于
They are not needed. Signed-off-by: NSolomon Peachy <pizza@shaftnet.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Solomon Peachy 提交于
It is not needed in this driver. Signed-off-by: NSolomon Peachy <pizza@shaftnet.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Solomon Peachy 提交于
Signed-off-by: NSolomon Peachy <pizza@shaftnet.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Solomon Peachy 提交于
Signed-off-by: NSolomon Peachy <pizza@shaftnet.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Solomon Peachy 提交于
Signed-off-by: NSolomon Peachy <pizza@shaftnet.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Solomon Peachy 提交于
As this is the kernel default mode. Signed-off-by: NSolomon Peachy <pizza@shaftnet.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-