diff options
| author | Stephen Hemminger <shemminger@osdl.org> | 2005-06-27 14:33:07 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-06-27 18:05:05 -0400 |
| commit | 4707953454677f985289b4e4bcbea41f0cc651c2 (patch) | |
| tree | 98ad23f617e02d41aac8a4d5f250587c244e0d6e | |
| parent | 981d0377d94f4d611f1c73429c0c32b35b56855f (diff) | |
[PATCH] skge: eliminate Yukon2 hooks
The Yukon chips don't support TSO, and Yukon2 will be a separate driver.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
| -rw-r--r-- | drivers/net/skge.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/net/skge.c b/drivers/net/skge.c index deff38e715d6..7be569d082b4 100644 --- a/drivers/net/skge.c +++ b/drivers/net/skge.c | |||
| @@ -500,14 +500,6 @@ static int skge_set_rx_csum(struct net_device *dev, u32 data) | |||
| 500 | return 0; | 500 | return 0; |
| 501 | } | 501 | } |
| 502 | 502 | ||
| 503 | /* Only Yukon II supports TSO (not implemented yet) */ | ||
| 504 | static int skge_set_tso(struct net_device *dev, u32 data) | ||
| 505 | { | ||
| 506 | if (data) | ||
| 507 | return -EOPNOTSUPP; | ||
| 508 | return 0; | ||
| 509 | } | ||
| 510 | |||
| 511 | static void skge_get_pauseparam(struct net_device *dev, | 503 | static void skge_get_pauseparam(struct net_device *dev, |
| 512 | struct ethtool_pauseparam *ecmd) | 504 | struct ethtool_pauseparam *ecmd) |
| 513 | { | 505 | { |
| @@ -752,8 +744,6 @@ static struct ethtool_ops skge_ethtool_ops = { | |||
| 752 | .set_pauseparam = skge_set_pauseparam, | 744 | .set_pauseparam = skge_set_pauseparam, |
| 753 | .get_coalesce = skge_get_coalesce, | 745 | .get_coalesce = skge_get_coalesce, |
| 754 | .set_coalesce = skge_set_coalesce, | 746 | .set_coalesce = skge_set_coalesce, |
| 755 | .get_tso = ethtool_op_get_tso, | ||
| 756 | .set_tso = skge_set_tso, | ||
| 757 | .get_sg = ethtool_op_get_sg, | 747 | .get_sg = ethtool_op_get_sg, |
| 758 | .set_sg = skge_set_sg, | 748 | .set_sg = skge_set_sg, |
| 759 | .get_tx_csum = ethtool_op_get_tx_csum, | 749 | .get_tx_csum = ethtool_op_get_tx_csum, |
