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/wlan-ng
Patrick McHardy ec634fe328 net: convert remaining non-symbolic return values in ndo_start_xmit() functions
This patch converts the remaining occurences of raw return values to their
symbolic counterparts in ndo_start_xmit() functions that were missed by the
previous automatic conversion.

Additionally code that assumed the symbolic value of NETDEV_TX_OK to be zero
is changed to explicitly use NETDEV_TX_OK.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-07-05 19:23:38 -07:00
..
hfa384x.h Staging: wlan-ng: Lindent cleanups 2009-06-19 11:00:38 -07:00
hfa384x_usb.c Staging: wlan-ng: Lindent cleanups 2009-06-19 11:00:38 -07:00
Kconfig
Makefile
p80211conv.c Staging: wlan-ng: Lindent cleanups 2009-06-19 11:00:38 -07:00
p80211conv.h Staging: wlan-ng: Lindent cleanups 2009-06-19 11:00:38 -07:00
p80211hdr.h Staging: wlan-ng: Lindent cleanups 2009-06-19 11:00:38 -07:00
p80211ioctl.h Staging: wlan-ng: p80211ioctl.h: Coding style cleanups 2009-04-03 14:53:21 -07:00
p80211meta.h Staging: wlan-ng: Lindent cleanups 2009-06-19 11:00:38 -07:00
p80211metadef.h Staging: wlan-ng: Move firmware loading into driver 2009-06-19 11:00:38 -07:00
p80211metastruct.h Staging: wlan-ng: p80211metastruct.h: Coding style cleanups 2009-04-03 14:53:22 -07:00
p80211mgmt.h Staging: wlan-ng: Lindent cleanups 2009-06-19 11:00:38 -07:00
p80211msg.h Staging: wlan-ng: Lindent cleanups 2009-06-19 11:00:38 -07:00
p80211netdev.c net: convert remaining non-symbolic return values in ndo_start_xmit() functions 2009-07-05 19:23:38 -07:00
p80211netdev.h Staging: wlan-ng: Lindent cleanups 2009-06-19 11:00:38 -07:00
p80211req.c Staging: wlan-ng: Lindent cleanups 2009-06-19 11:00:38 -07:00
p80211req.h Staging: wlan-ng: Lindent cleanups 2009-06-19 11:00:38 -07:00
p80211types.h Staging: wlan-ng: Lindent cleanups 2009-06-19 11:00:38 -07:00
p80211wep.c Staging: wlan-ng: Lindent cleanups 2009-06-19 11:00:38 -07:00
p80211wext.c Staging: wlan-ng: Lindent cleanups 2009-06-19 11:00:38 -07:00
prism2fw.c Staging: wlan-ng: Lindent cleanups 2009-06-19 11:00:38 -07:00
prism2mgmt.c Staging: wlan-ng: Lindent cleanups 2009-06-19 11:00:38 -07:00
prism2mgmt.h Staging: wlan-ng: Lindent cleanups 2009-06-19 11:00:38 -07:00
prism2mib.c Staging: wlan-ng: Lindent cleanups 2009-06-19 11:00:38 -07:00
prism2sta.c Staging: wlan-ng: Lindent cleanups 2009-06-19 11:00:38 -07:00
prism2usb.c Staging: wlan-ng: Lindent cleanups 2009-06-19 11:00:38 -07:00
README Staging: wlan-ng: Update README file. Remove Lindent task 2009-06-19 11:00:39 -07:00

TODO:
	- checkpatch.pl cleanups
	- sparse warnings
	- move to use the in-kernel wireless stack

Please send any patches or complaints about this driver to Greg
Kroah-Hartman <greg@kroah.com> and don't bother the upstream wireless
kernel developers about it, they want nothing to do with it.