| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-04-29 | hostap: Don't use create_proc_read_entry() | David Howells | 1 | -9/+59 | |
| Don't use create_proc_read_entry() as that is deprecated, but rather use proc_create_data() and seq_file instead. Signed-off-by: David Howells <[email protected]> Acked-by: Greg Kroah-Hartman <[email protected]> cc: Jouni Malinen <[email protected]> cc: John W. Linville <[email protected]> cc: Johannes Berg <[email protected]> cc: [email protected] cc: [email protected] cc: [email protected] Signed-off-by: Al Viro <[email protected]> | |||||
| 2010-05-17 | drivers/net: remove useless semicolons | Joe Perches | 1 | -1/+1 | |
| switch and while statements don't need semicolons at end of statement [ Fixup minor conflicts with recent wimax merge... -DaveM ] Signed-off-by: Joe Perches <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||
| 2008-01-28 | hostap annotations | Al Viro | 1 | -12/+10 | |
| Signed-off-by: Al Viro <[email protected]> Signed-off-by: John W. Linville <[email protected]> | |||||
| 2006-12-13 | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 1 | -1/+1 | |
| Run this: #!/bin/sh for f in $(grep -Erl "\([^\)]*\) *k[cmz]alloc" *) ; do echo "De-casting $f..." perl -pi -e "s/ ?= ?\([^\)]*\) *(k[cmz]alloc) *\(/ = \1\(/" $f done And then go through and reinstate those cases where code is casting pointers to non-pointers. And then drop a few hunks which conflicted with outstanding work. Cc: Russell King <[email protected]>, Ian Molton <[email protected]> Cc: Mikael Starvik <[email protected]> Cc: Yoshinori Sato <[email protected]> Cc: Roman Zippel <[email protected]> Cc: Geert Uytterhoeven <[email protected]> Cc: Ralf Baechle <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Kyle McMartin <[email protected]> Cc: Benjamin Herrenschmidt <[email protected]> Cc: Martin Schwidefsky <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: Jeff Dike <[email protected]> Cc: Greg KH <[email protected]> Cc: Jens Axboe <[email protected]> Cc: Paul Fulghum <[email protected]> Cc: Alan Cox <[email protected]> Cc: Karsten Keil <[email protected]> Cc: Mauro Carvalho Chehab <[email protected]> Cc: Jeff Garzik <[email protected]> Cc: James Bottomley <[email protected]> Cc: Ian Kent <[email protected]> Cc: Steven French <[email protected]> Cc: David Woodhouse <[email protected]> Cc: Neil Brown <[email protected]> Cc: Jaroslav Kysela <[email protected]> Cc: Takashi Iwai <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2006-12-05 | [PATCH] hostap: replace kmalloc+memset with kzalloc | Yan Burman | 1 | -3/+1 | |
| Replace kmalloc+memset with kzalloc Signed-off-by: Yan Burman <[email protected]> Signed-off-by: John W. Linville <[email protected]> | |||||
| 2005-05-12 | Add HostAP wireless driver. | Jouni Malinen | 1 | -0/+766 | |
| Includes minor cleanups from Adrian Bunk <[email protected]>. | |||||