android_kernel_google_msm/drivers/net/ibm_emac
Jeff Garzik 88d3aafdae [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls
For the operations
	get-tx-csum
	get-sg
	get-tso
	get-ufo
the default ethtool_op_xxx behavior is fine for all drivers, so we
permit op==NULL to imply the default behavior.

This provides a more uniform behavior across all drivers, eliminating
ethtool(8) "ioctl not supported" errors on older drivers that had
not been updated for the latest sub-ioctls.

The ethtool_op_xxx() functions are left exported, in case anyone
wishes to call them directly from a driver-private implementation --
a not-uncommon case.  Should an ethtool_op_xxx() helper remain unused
for a while, except by net/core/ethtool.c, we can un-export it at a
later date.

[ Resolved conflicts with set/get value ethtool patch... -DaveM ]

Signed-off-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-10-10 16:51:17 -07:00
..
ibm_emac.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ibm_emac_core.c [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls 2007-10-10 16:51:17 -07:00
ibm_emac_core.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ibm_emac_debug.c drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE 2007-10-10 16:51:15 -07:00
ibm_emac_debug.h fix file specification in comments 2006-10-03 23:01:26 +02:00
ibm_emac_mal.c ibm_emac: fix section mismatch warnings 2007-05-17 20:43:14 -04:00
ibm_emac_mal.h ibm_emac: fix section mismatch warnings 2007-05-17 20:43:14 -04:00
ibm_emac_phy.c ibm_emac: improved PHY support 2007-05-17 20:43:14 -04:00
ibm_emac_phy.h
ibm_emac_rgmii.c ibm_emac: fix section mismatch warnings 2007-05-17 20:43:14 -04:00
ibm_emac_rgmii.h ibm_emac: fix section mismatch warnings 2007-05-17 20:43:14 -04:00
ibm_emac_tah.c ibm_emac: fix section mismatch warnings 2007-05-17 20:43:14 -04:00
ibm_emac_tah.h ibm_emac: fix section mismatch warnings 2007-05-17 20:43:14 -04:00
ibm_emac_zmii.c ibm_emac: fix section mismatch warnings 2007-05-17 20:43:14 -04:00
ibm_emac_zmii.h ibm_emac: fix section mismatch warnings 2007-05-17 20:43:14 -04:00
Makefile