linux/drivers/staging/winbond
Mike Sheldon b1facee664 Staging: winbond: Replace C99 comments with C89.
This patches mds.c to replace all the C99 style comments (//) with C89
style (/* ... */), as reported by checkpatch.pl.

Signed-off-by: Mike Sheldon <mike@mikeasoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-05-11 11:35:35 -07:00
..
Kconfig Staging: wireless drivers Kconfig change 2009-10-30 14:47:44 -07:00
Makefile
README
core.h Staging: w35und: Convert typedef LOCAL_PARA to struct wb_local_para 2010-03-03 16:42:32 -08:00
localpara.h Staging: w35und: Remove unused typedef CHAN_LIST 2010-03-03 16:42:32 -08:00
mac_structures.h
mds.c Staging: winbond: Replace C99 comments with C89. 2010-05-11 11:35:35 -07:00
mds_f.h Staging: w35und: Remove unused typedef RXLAYER1 2010-03-03 16:42:32 -08:00
mds_s.h Staging: w35und: Remove unused typedef RXLAYER1 2010-03-03 16:42:32 -08:00
mlme_s.h Staging: w35und: Remove unused typedefs MLME_DEAUTHREQ_PARA and MLME_DISASSOCREQ_PARA 2010-03-03 16:42:32 -08:00
mlmetxrx.c Staging: w35und: Convert typedef DESCRIPTOR to struct wb35_descriptor 2009-09-15 12:02:17 -07:00
mlmetxrx_f.h Staging: w35und: Convert typedef DESCRIPTOR to struct wb35_descriptor 2009-09-15 12:02:17 -07:00
mto.c Staging: w35und: Remove some write-only struct members 2009-09-15 12:02:17 -07:00
mto.h Staging: w35und: Remove unused typedef TXRETRY_REC 2010-03-03 16:42:32 -08:00
phy_calibration.c
phy_calibration.h
reg.c Staging: w35und: Convert typedef ChanInfo to struct chan_info 2010-03-03 16:42:32 -08:00
scan_s.h Staging: w35und: Remove unused typedef CHAN_LIST 2010-03-03 16:42:32 -08:00
sme_api.h Staging: w35und: Convert typedef ChanInfo to struct chan_info 2010-03-03 16:42:32 -08:00
sysdef.h
wb35reg.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
wb35reg_f.h Staging: w35und: Convert typedef ChanInfo to struct chan_info 2010-03-03 16:42:32 -08:00
wb35reg_s.h
wb35rx.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
wb35rx_f.h
wb35rx_s.h
wb35tx.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
wb35tx_f.h
wb35tx_s.h
wbhal_f.h Staging: w35und: Convert typedef DESCRIPTOR to struct wb35_descriptor 2009-09-15 12:02:17 -07:00
wbhal_s.h Staging: w35und: Convert typedef DESCRIPTOR to struct wb35_descriptor 2009-09-15 12:02:17 -07:00
wblinux_f.h
wbusb.c Staging: winbond: fix up wireless api errors 2010-03-04 08:44:13 -08:00
wbusb_s.h

README

TODO:
	- sparse cleanups
	- checkpatch cleanups
	- kerneldoc cleanups
	- remove typedefs
	- remove unused ioctls
	- use cfg80211 for regulatory stuff
	- fix 4k stack problems

Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
Pavel Machek <pavel@suse.cz>