2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-20 19:23:57 +08:00
linux-next/drivers/staging/wlan-ng
Patrick McHardy 5b54814022 net: use symbolic values for ndo_start_xmit() return codes
Convert magic values 1 and -1 to NETDEV_TX_BUSY and NETDEV_TX_LOCKED respectively.

0 (NETDEV_TX_OK) is not changed to keep the noise down, except in very few cases
where its in direct proximity to one of the other values.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-06-13 01:18:50 -07:00
..
hfa384x_usb.c Staging: BUG to BUG_ON changes 2009-04-03 14:54:26 -07:00
hfa384x.h Staging: wlan-ng: Replace local byteorder macros 2009-04-03 14:53:24 -07:00
Kconfig Staging: wlan-ng: use WIRELESS_EXT, not CONFIG_WIRELESS_EXT 2009-01-06 13:51:56 -08:00
Makefile Staging: wlan-ng: Consolidate wlan-ng into a single module. 2009-01-06 13:51:57 -08:00
p80211conv.c Staging: wlan-ng: Remove the now empty wlan_compat.h 2009-04-03 14:53:23 -07:00
p80211conv.h Staging: wlan-ng: p80211conv.h: Coding style cleanups 2009-04-03 14:53:22 -07:00
p80211hdr.h Staging: wlan-ng: Remove the now empty wlan_compat.h 2009-04-03 14:53:23 -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: Remove the now empty wlan_compat.h 2009-04-03 14:53:23 -07:00
p80211metadef.h Staging: wlan-ng: p80211ioctl.h: Coding style cleanups 2009-04-03 14:53:21 -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: Remove the now empty wlan_compat.h 2009-04-03 14:53:23 -07:00
p80211msg.h Staging: wlan-ng: Remove the now empty wlan_compat.h 2009-04-03 14:53:23 -07:00
p80211netdev.c net: use symbolic values for ndo_start_xmit() return codes 2009-06-13 01:18:50 -07:00
p80211netdev.h Staging: wlan-ng: block ioctls until card fully initialised 2009-04-03 14:53:24 -07:00
p80211req.c Staging: wlan-ng: Remove the now empty wlan_compat.h 2009-04-03 14:53:23 -07:00
p80211req.h Staging: wlan-ng: p80211req.h: Coding style cleanups 2009-04-03 14:53:21 -07:00
p80211types.h Staging: wlan-ng: Remove the now empty wlan_compat.h 2009-04-03 14:53:23 -07:00
p80211wep.c Staging: wlan-ng: Remove the now empty wlan_compat.h 2009-04-03 14:53:23 -07:00
p80211wext.c Staging: wlan-ng: Remove the now empty wlan_compat.h 2009-04-03 14:53:23 -07:00
prism2mgmt.c Staging: wlan-ng: Replace local byteorder macros 2009-04-03 14:53:24 -07:00
prism2mgmt.h Staging: wlan-ng: Remove dead code from prism2mib.c 2009-04-03 14:53:23 -07:00
prism2mib.c Staging: wlan-ng: Replace local byteorder macros 2009-04-03 14:53:24 -07:00
prism2sta.c Staging: wlan-ng: Replace local byteorder macros 2009-04-03 14:53:24 -07:00
prism2usb.c Staging: wlan-ng: block ioctls until card fully initialised 2009-04-03 14:53:24 -07:00
README staging: document that the wifi staging drivers a bit better 2009-04-03 14:54:27 -07:00

TODO:
	- checkpatch.pl cleanups
	- sparse warnings
	- Lindent cleanups
	- 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.