Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3489
b: refs/heads/master
c: 4707953
h: refs/heads/master
i:
  3487: d2fe865
v: v3
  • Loading branch information
Stephen Hemminger authored and Jeff Garzik committed Jun 27, 2005
1 parent b12c974 commit fd217ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 981d0377d94f4d611f1c73429c0c32b35b56855f
refs/heads/master: 4707953454677f985289b4e4bcbea41f0cc651c2
10 changes: 0 additions & 10 deletions trunk/drivers/net/skge.c
Original file line number Diff line number Diff line change
Expand Up @@ -500,14 +500,6 @@ static int skge_set_rx_csum(struct net_device *dev, u32 data)
return 0;
}

/* Only Yukon II supports TSO (not implemented yet) */
static int skge_set_tso(struct net_device *dev, u32 data)
{
if (data)
return -EOPNOTSUPP;
return 0;
}

static void skge_get_pauseparam(struct net_device *dev,
struct ethtool_pauseparam *ecmd)
{
Expand Down Expand Up @@ -752,8 +744,6 @@ static struct ethtool_ops skge_ethtool_ops = {
.set_pauseparam = skge_set_pauseparam,
.get_coalesce = skge_get_coalesce,
.set_coalesce = skge_set_coalesce,
.get_tso = ethtool_op_get_tso,
.set_tso = skge_set_tso,
.get_sg = ethtool_op_get_sg,
.set_sg = skge_set_sg,
.get_tx_csum = ethtool_op_get_tx_csum,
Expand Down

0 comments on commit fd217ec

Please sign in to comment.