dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/wlan-ng
Greg Kroah-Hartman bac2c126e4 USB: convert drivers/staging/* to use module_usb_driver()
This converts the drivers in drivers/staging/* to use the
module_usb_driver() macro which makes the code smaller and a bit
simpler.

Added bonus is that it removes some unneeded kernel log messages about
drivers loading and/or unloading.

Cc: "David Täht" <d@teklibre.com>
Cc: Marek Belisko <marek.belisko@gmail.com>
Cc: Al Cho <acho@novell.com>
Cc: Forest Bond <forest@alittletooquiet.net>
Cc: Pavel Machek <pavel@ucw.cz>
Cc: Huajun Li <huajun.li.lee@gmail.com>
Cc: Zac Storer <zac.3.14159@gmail.com>
Cc: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
Cc: edwin_rong <edwin_rong@realsil.com.cn>
Cc: Ben Hutchings <ben@decadent.org.uk>
Cc: Julia Lawall <julia@diku.dk>
Cc: Ilia Mirkin <imirkin@alum.mit.edu>
Cc: Joe Perches <joe@perches.com>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: "John W. Linville" <linville@tuxdriver.com>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-11-18 09:42:11 -08:00
..
Kconfig Staging: fix wlan-ng depends 2010-06-24 14:15:07 -07:00
Makefile Staging: wlan-ng: Makefile: replace the use of <module>-objs with <module>-y 2010-10-08 07:23:43 -07:00
README
cfg80211.c Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem 2011-05-24 16:47:54 -04:00
hfa384x.h Staging: wlan-ng: fixed packed checkpatch warnings 2011-02-04 13:04:24 -08:00
hfa384x_usb.c staging: wlan-ng: Remove NULL check before kfree 2011-03-14 11:57:38 -07:00
p80211conv.c Staging: wlan-ng: fix 2 space coding style issues 2011-01-31 14:12:18 -08:00
p80211conv.h Staging: wlan-ng: fixed packed checkpatch warnings 2011-02-04 13:04:24 -08:00
p80211hdr.h Staging: wlan-ng: fixed packed checkpatch warnings 2011-02-04 13:04:24 -08:00
p80211ioctl.h Staging: wlan-ng: fixed packed checkpatch warnings 2011-02-04 13:04:24 -08:00
p80211meta.h Staging: wlan-ng: fix checkpatch issues in headers. 2010-08-02 18:20:04 -07:00
p80211metadef.h
p80211metastruct.h Staging: wlan-ng: fixed packed checkpatch warnings 2011-02-04 13:04:24 -08:00
p80211mgmt.h Staging: wlan-ng: fixed packed checkpatch warnings 2011-02-04 13:04:24 -08:00
p80211msg.h Staging: wlan-ng: fixed packed checkpatch warnings 2011-02-04 13:04:24 -08:00
p80211netdev.c net: remove use of ndo_set_multicast_list in drivers 2011-08-17 20:22:03 -07:00
p80211netdev.h Staging: wlan-ng: fixed coding style issues in p80211netdev.h 2010-11-09 16:37:16 -08:00
p80211req.c Staging: wlan-ng: remove typedef in p80211hdr.h 2010-08-02 18:21:30 -07:00
p80211req.h
p80211types.h Staging: wlan-ng: fixed packed checkpatch warnings 2011-02-04 13:04:24 -08:00
p80211wep.c
prism2fw.c Staging: wlan-ng: fix brace coding style issue in prism2fw.c 2011-06-28 14:31:16 -07:00
prism2mgmt.c Staging: wlan-ng: fix coding style issues in prism2mgmt.c 2010-11-09 16:37:17 -08:00
prism2mgmt.h
prism2mib.c Staging: wlan-ng: fix checkpatch issues in headers. 2010-08-02 18:20:04 -07:00
prism2sta.c Remove unneeded version.h include from drivers/staging/wlan-ng/prism2sta.c 2011-07-05 10:39:38 -07:00
prism2usb.c USB: convert drivers/staging/* to use module_usb_driver() 2011-11-18 09:42:11 -08:00

README

TODO:
	- checkpatch.pl cleanups
	- sparse warnings
	- move to use the in-kernel wireless stack

Please send any patches or complaints about this driver to Greg
Kroah-Hartman <greg@kroah.com> and don't bother the upstream wireless
kernel developers about it, they want nothing to do with it.