linux/drivers/staging/winbond
Wang Chen 5a001a070e staging-winbond: Kill directly reference of netdev->priv
This driver is not yet finished.
At this time, we don't know how netdev be created and how
private data be allocated.
So, simply use netdev_priv() now and leave some temp comment.

Compile test only.

Signed-off-by: Wang Chen <wangchen@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-12-08 01:13:25 -08:00
..
linux staging-winbond: Kill directly reference of netdev->priv 2008-12-08 01:13:25 -08:00
Kconfig
Makefile
README Staging: document 4k stack problem for winbond driver 2008-10-22 09:56:29 -07:00
adapter.h
bss_f.h Staging: w35und: remove some typedefs 2008-10-22 09:56:32 -07:00
bssdscpt.h
ds_tkip.h Staging: w35und: remove some typedefs 2008-10-22 09:56:32 -07:00
gl_80211.h
ioctls.h
localpara.h
mac_structures.h
mds.c Staging: wbusb: fix a bunch of compiler warnings 2008-10-22 09:56:40 -07:00
mds_f.h Staging: w35und: remove some typedefs 2008-10-22 09:56:32 -07:00
mds_s.h Staging: w35und: remove some typedefs 2008-10-22 09:56:32 -07:00
mlme_mib.h
mlme_s.h Staging: w35und: remove spinlock wrappers 2008-10-22 09:56:38 -07:00
mlmetxrx.c Staging: w35und: remove some typedefs 2008-10-22 09:56:32 -07:00
mlmetxrx_f.h Staging: w35und: remove some typedefs 2008-10-22 09:56:32 -07:00
mto.c
mto.h
mto_f.h
os_common.h
phy_calibration.c
phy_calibration.h
reg.c Staging: w35und: remove some typedefs 2008-10-22 09:56:32 -07:00
rxisr.c
scan_s.h
sme_api.c Staging: wbusb: fix a bunch of compiler warnings 2008-10-22 09:56:40 -07:00
sme_api.h Staging: w35und: remove some typedefs 2008-10-22 09:56:32 -07:00
sme_s.h
wb35_ver.h
wbhal.c Staging: w35und: remove some typedefs 2008-10-22 09:56:32 -07:00
wbhal_f.h Staging: w35und: remove some typedefs 2008-10-22 09:56:32 -07:00
wbhal_s.h Staging: w35und: remove some typedefs 2008-10-22 09:56:32 -07:00
wblinux.c Staging: w35und: use gotos for error handling 2008-10-22 09:56:39 -07:00
wblinux_f.h
wblinux_s.h Staging: w35und: remove spinlock wrappers 2008-10-22 09:56:38 -07:00

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>