linux/drivers/staging/winbond
Johannes Berg f1d58c2521 mac80211: push rx status into skb->cb
Within mac80211, we often need to copy the rx status into
skb->cb. This is wasteful, as drivers could be building it
in there to start with. This patch changes the API so that
drivers are expected to pass the RX status in skb->cb, now
accessible as IEEE80211_SKB_RXCB(skb). It also updates all
drivers to pass the rx status in there, but only by making
them memcpy() it into place before the call to the receive
function (ieee80211_rx(_irqsafe)). Each driver can now be
optimised on its own schedule.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-07-10 14:57:54 -04:00
..
Kconfig Staging: w35und: fix Kconfig 2009-01-06 13:51:52 -08:00
Makefile Staging: w35und: merge rest of wbhal.c to phy_calibration.c 2009-06-19 11:00:38 -07:00
README Staging: document 4k stack problem for winbond driver 2008-10-22 09:56:29 -07:00
core.h Staging: w35und: remove unused bssdscpt.h header 2009-04-03 14:53:16 -07:00
localpara.h Staging: w35und: remove unused ->ShutDowned member from struct LOCAL_PARA 2009-01-06 13:51:50 -08:00
mac_structures.h Staging: w35und: #include cleanup 2009-01-06 13:51:47 -08:00
mds.c Staging winbond: boolean negation and bitwise operation in wrong order 2009-06-19 11:00:37 -07:00
mds_f.h Staging: w35und: remove rxisr.c as dead code 2009-01-06 13:51:52 -08:00
mds_s.h Staging: w35und: remove gl_80211.h header 2009-04-03 14:53:16 -07:00
mlme_s.h Staging: w35und: #include cleanup 2009-01-06 13:51:47 -08:00
mlmetxrx.c Staging: w35und: remove unnecessary os_common.h header file 2009-04-03 14:53:15 -07:00
mlmetxrx_f.h Staging: w35und: make functions local to mlmetxrx.c static 2009-01-06 13:51:51 -08:00
mto.c Staging: w35und: inline hal_set_rf_power() to mto.c 2009-06-19 11:00:38 -07:00
mto.h Staging: w35und: remove unused bssdscpt.h header 2009-04-03 14:53:16 -07:00
phy_calibration.c Staging: w35und: merge rest of wbhal.c to phy_calibration.c 2009-06-19 11:00:38 -07:00
phy_calibration.h Staging: w35und: remove hw_data_t typedef 2009-04-03 14:53:16 -07:00
reg.c Staging: w35und: remove hw_data_t typedef 2009-04-03 14:53:16 -07:00
scan_s.h Staging: w35und: merge struct wb35_adapter to struct wbsoft_priv 2009-01-06 13:51:49 -08:00
sme_api.h Staging: w35und: remove crazy commented out includes 2009-04-03 14:53:15 -07:00
sysdef.h Staging: w35und: remove rxisr.c as dead code 2009-01-06 13:51:52 -08:00
wb35reg.c Staging: w35und: remove hw_data_t typedef 2009-04-03 14:53:16 -07:00
wb35reg_f.h Staging: w35und: remove hw_data_t typedef 2009-04-03 14:53:16 -07:00
wb35reg_s.h Staging: w35und: move source files to one directory 2009-01-06 13:51:47 -08:00
wb35rx.c mac80211: push rx status into skb->cb 2009-07-10 14:57:54 -04:00
wb35rx_f.h Staging: w35und: remove hw_data_t typedef 2009-04-03 14:53:16 -07:00
wb35rx_s.h Staging: w35und: typedef removal 2009-04-03 14:53:16 -07:00
wb35tx.c Staging: w35und: remove hw_data_t typedef 2009-04-03 14:53:16 -07:00
wb35tx_f.h Staging: w35und: remove hw_data_t typedef 2009-04-03 14:53:16 -07:00
wb35tx_s.h Staging: w35und: typedef removal 2009-04-03 14:53:16 -07:00
wbhal_f.h Staging: w35und: merge rest of wbhal.c to phy_calibration.c 2009-06-19 11:00:38 -07:00
wbhal_s.h Staging: w35und: simplify hal_init_hardware() and hal_halt() 2009-06-19 11:00:37 -07:00
wblinux_f.h Staging: w35und: remove ->shutdown from struct wbsoft_priv 2009-01-06 13:51:50 -08:00
wbusb.c Staging: winbond: mac80211 - unify config_interface and bss_info_changed 2009-06-19 11:00:38 -07:00
wbusb_s.h Staging: w35und: typedef removal 2009-04-03 14:53:16 -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>