linux/drivers/staging/winbond
Greg Kroah-Hartman a71b676fa9 Staging: winbond: fix up wireless api errors
The wireless core made a number of api changes that caused
the winbond driver to break.  This patch fixes those errors by
making the needed changes to the driver.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-03-04 08:44:13 -08:00
..
core.h
Kconfig
localpara.h Staging: w35und: Remove unused typedef CHAN_LIST 2010-03-03 16:42:32 -08:00
mac_structures.h
Makefile
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
mds.c
mlme_s.h Staging: w35und: Remove unused typedefs MLME_DEAUTHREQ_PARA and MLME_DISASSOCREQ_PARA 2010-03-03 16:42:32 -08:00
mlmetxrx_f.h
mlmetxrx.c
mto.c
mto.h Staging: w35und: Remove unused typedef TXRETRY_REC 2010-03-03 16:42:32 -08:00
phy_calibration.c
phy_calibration.h
README
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_f.h Staging: w35und: Convert typedef ChanInfo to struct chan_info 2010-03-03 16:42:32 -08:00
wb35reg_s.h
wb35reg.c
wb35rx_f.h
wb35rx_s.h
wb35rx.c
wb35tx_f.h
wb35tx_s.h
wb35tx.c
wbhal_f.h
wbhal_s.h
wblinux_f.h
wbusb_s.h
wbusb.c Staging: winbond: fix up wireless api errors 2010-03-04 08:44:13 -08:00

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>