linux/drivers/staging/winbond
Jiri Pirko 22bedad3ce net: convert multicast list to list_head
Converts the list and the core manipulating with it to be the same as uc_list.

+uses two functions for adding/removing mc address (normal and "global"
 variant) instead of a function parameter.
+removes dev_mcast.c completely.
+exposes netdev_hw_addr_list_* macros along with __hw_addr_* functions for
 manipulation with lists on a sandbox (used in bonding and 80211 drivers)

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-04-03 14:22:15 -07:00
..
core.h Staging: w35und: Convert typedef LOCAL_PARA to struct wb_local_para 2010-03-03 16:42:32 -08:00
Kconfig Staging: wireless drivers Kconfig change 2009-10-30 14:47:44 -07:00
localpara.h Staging: w35und: Remove unused typedef CHAN_LIST 2010-03-03 16:42:32 -08:00
mac_structures.h Staging: w35und: #include cleanup 2009-01-06 13:51:47 -08:00
Makefile Staging: w35und: merge rest of wbhal.c to phy_calibration.c 2009-06-19 11:00:38 -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
mds.c Staging: w35und: Convert typedef DESCRIPTOR to struct wb35_descriptor 2009-09-15 12:02:17 -07: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_f.h Staging: w35und: Convert typedef DESCRIPTOR to struct wb35_descriptor 2009-09-15 12:02:17 -07:00
mlmetxrx.c 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 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
README Staging: document 4k stack problem for winbond driver 2008-10-22 09:56:29 -07:00
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 Staging: w35und: remove rxisr.c as dead code 2009-01-06 13:51:52 -08:00
wb35reg_f.h Staging: w35und: Convert typedef ChanInfo to struct chan_info 2010-03-03 16:42:32 -08:00
wb35reg_s.h Staging: w35und: move source files to one directory 2009-01-06 13:51:47 -08:00
wb35reg.c Staging: w35und: remove hw_data_t typedef 2009-04-03 14:53:16 -07: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
wb35rx.c Staging: w35und: Convert typedef DESCRIPTOR to struct wb35_descriptor 2009-09-15 12:02:17 -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
wb35tx.c Staging: w35und: Convert MDS typedef to struct w35_mds 2009-09-15 12:02:17 -07:00
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 Staging: w35und: remove ->shutdown from struct wbsoft_priv 2009-01-06 13:51:50 -08:00
wbusb_s.h Staging: w35und: typedef removal 2009-04-03 14:53:16 -07:00
wbusb.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07: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>