An error occurred fetching the project authors.
- 26 Aug, 2005 4 commits
-
-
Jiri Benc authored
From: Imre Deak <imre.deak@nokia.com> I had a problem where doing an open after a close left the device unusable. netif_carrier_on should be called whenever we go to the associated state, but this is not so in case of a close->open sequence. Signed-off-by:
Jiri Benc <jbenc@suse.cz>
-
Jiri Benc authored
From: Adrian Bunk <bunk@stusta.de> This patch contains the following possible cleanups: - make needlessly global code static - remove the unused IPW_DEBUG_ENABLED Signed-off-by:
Adrian Bunk <bunk@stusta.de> Signed-off-by:
Jiri Benc <jbenc@suse.cz>
-
Jiri Benc authored
From: Pavel Machek <pavel@ucw.cz> ipw2100 uses custom debug prints that are sometimes longer and always harder to read than normal printk. They also introduced some bugs where prefix is printed twice. Signed-off-by:
Pavel Machek <pavel@suse.cz> Signed-off-by:
Jiri Benc <jbenc@suse.cz>
-
Jiri Benc authored
From: Pavel Machek <pavel@ucw.cz> ipw2100 uses strange X__ prefixes even for symbols already prefixed by ipw2100. Fixed. Signed-off-by:
Pavel Machek <pavel@suse.cz> Signed-off-by:
Jiri Benc <jbenc@suse.cz>
-
- 28 Jun, 2005 8 commits
-
-
Andrew Morton authored
Repair Jeff's stuff after gregkh depredations. Cc: Jeff Garzik <jgarzik@pobox.com> Cc: Greg KH <greg@kroah.com> Signed-off-by:
Andrew Morton <akpm@osdl.org>
-
Andrew Morton authored
drivers/net/wireless/ipw2100.c: In function `ipw2100_set_key_index': drivers/net/wireless/ipw2100.c:5326: array index in non-array initializer drivers/net/wireless/ipw2100.c:5326: (near initialization for `cmd') drivers/net/wireless/ipw2100.c:5326: warning: missing braces around initializer drivers/net/wireless/ipw2100.c:5326: warning: (near initialization for `cmd.host_command_parameters') Cc: Jeff Garzik <jgarzik@pobox.com> Signed-off-by:
Andrew Morton <akpm@osdl.org>
-
Pavel Machek authored
Fix few typos/thinkos in ipw, remove ugly macro (it is commented around, anyway), and fix types passed to pci_set_power_state. Signed-off-by:
Andrew Morton <akpm@osdl.org>
-
Pavel Machek authored
There are several never used macros in ipw2100. This removes them. Signed-off-by:
Pavel Machek <pavel@suse.cz> Signed-off-by:
Andrew Morton <akpm@osdl.org>
-
Pavel Machek authored
ipw2100 still has support for old kernels. Thats considered bad for patch in mainline... this fixes few instances. Signed-off-by:
Pavel Machek <pavel@suse.cz> Signed-off-by:
Andrew Morton <akpm@osdl.org>
-
Tobias Klauser authored
Use the DMA_32BIT_MASK constant from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() instead of custom macros. This patch includes dma-mapping.h explicitly because it caused errors on some architectures otherwise. See http://marc.theaimsgroup.com/?t=108001993000001&r=1&w=2 for details Signed-off-by:
Tobias Klauser <tklauser@nuerscht.ch> Cc: Jeff Garzik <jgarzik@pobox.com> Signed-off-by:
Andrew Morton <akpm@osdl.org>
-
Pavel Machek authored
This removes up various code/defines that was just commented out instead of being deleted.
-
Jiri Benc authored
On Mon, 06 Jun 2005 14:29:52 +0800, Zhu Yi wrote: > ("%zd", sizeof()) should be better. Thanks. This is a corrected version of the patch. This patch fixes warnings when compiling ipw2100 and ipw2200 on x86_64. Signed-off-by:
Jiri Benc <jbenc@suse.cz> Signed-off-by:
Jirka Bohac <jbohac@suse.cz>
-
- 28 May, 2005 1 commit
-
-
James Ketrenos authored
-