[ETHTOOL]: Internal cleanup of ethtool_value-related handlers
authorJeff Garzik <jeff@garzik.org>
Wed, 15 Aug 2007 23:01:56 +0000 (16:01 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:48:09 +0000 (16:48 -0700)
commit13c99b248f06e0b71d925f162d8e3b0084886a21
treed1fa5d91673a3325eea68487838d53f156f99e0c
parent339bf024756690949f536777b921f34186eaa8b4
[ETHTOOL]: Internal cleanup of ethtool_value-related handlers

Several get/set functions can be handled by a passing the ethtool_op
function pointer directly to a generic function.  This permits deletion
of a fair bit of redundant code.

Signed-off-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/ethtool.c