Archived
14
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/winbond
Pekka Enberg a36e0894bf Staging: w35und: move supported band initialization out of wb35_probe()
This patch moves the static struct ieee80211_supported_band initialization out
of w35_probe() because it's really global read-only configuration data.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Acked-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-01-06 13:51:45 -08:00
..
linux Staging: w35und: move supported band initialization out of wb35_probe() 2009-01-06 13:51:45 -08:00
adapter.h Staging: w35und: OS_MEMORY_ALLOC wrapper removal 2009-01-06 13:51:44 -08:00
bss_f.h Staging: w35und: padapter struct typedef removal 2009-01-06 13:51:41 -08:00
bssdscpt.h Staging: w35und: padapter struct typedef removal 2009-01-06 13:51:41 -08:00
ds_tkip.h Staging: w35und: padapter struct typedef removal 2009-01-06 13:51:41 -08:00
gl_80211.h
ioctls.h
Kconfig
localpara.h Staging: w35und: padapter struct typedef removal 2009-01-06 13:51:41 -08:00
mac_structures.h
Makefile
mds.c Staging: w35und: remove true/false boolean macros 2009-01-06 13:51:43 -08:00
mds_f.h Staging: w35und: padapter struct typedef removal 2009-01-06 13:51:41 -08:00
mds_s.h Staging: w35und: padapter struct typedef removal 2009-01-06 13:51:41 -08:00
mlme_mib.h Staging: w35und: padapter struct typedef removal 2009-01-06 13:51:41 -08:00
mlme_s.h Staging: w35und: remove spinlock wrappers 2008-10-22 09:56:38 -07:00
mlmetxrx.c Staging: w35und: remove macro magic from MLME_GetNextPacket() 2009-01-06 13:51:44 -08:00
mlmetxrx_f.h Staging: w35und: padapter struct typedef removal 2009-01-06 13:51:41 -08:00
mto.c Staging: w35und: remove true/false boolean macros 2009-01-06 13:51:43 -08:00
mto.h Staging: w35und: padapter struct typedef removal 2009-01-06 13:51:41 -08:00
mto_f.h Staging: w35und: padapter struct typedef removal 2009-01-06 13:51:41 -08:00
os_common.h
phy_calibration.c Staging: w35und: remove true/false boolean macros 2009-01-06 13:51:43 -08:00
phy_calibration.h
README Staging: document 4k stack problem for winbond driver 2008-10-22 09:56:29 -07:00
reg.c Staging: w35und: wb35reg struct typedef removal 2009-01-06 13:51:41 -08:00
rxisr.c Staging: w35und: padapter struct typedef removal 2009-01-06 13:51:41 -08:00
scan_s.h Staging: w35und: padapter struct typedef removal 2009-01-06 13:51:41 -08:00
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 Staging: w35und: padapter struct typedef removal 2009-01-06 13:51:41 -08:00
wb35_ver.h
wbhal.c Staging: w35und: remove true/false boolean macros 2009-01-06 13:51:43 -08:00
wbhal_f.h w35und: remove dead code from wbusb_f.h 2009-01-06 13:51:43 -08:00
wbhal_s.h Staging: w35und: padapter struct typedef removal 2009-01-06 13:51:41 -08:00
wblinux.c Staging: w35und: OS_MEMORY_ALLOC wrapper removal 2009-01-06 13:51:44 -08:00
wblinux_f.h Staging: w35und: OS_MEMORY_ALLOC wrapper removal 2009-01-06 13:51:44 -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>