aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/skge.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/skge.c')
-rw-r--r--drivers/net/skge.c10
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) */
504static int skge_set_tso(struct net_device *dev, u32 data)
505{
506 if (data)
507 return -EOPNOTSUPP;
508 return 0;
509}
510
511static void skge_get_pauseparam(struct net_device *dev, 503static 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,