Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172111
b: refs/heads/master
c: ac93692
h: refs/heads/master
i:
  172109: 6013c9f
  172107: fed42e7
  172103: 8be2e9d
  172095: d437cf0
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Dec 3, 2009
1 parent 73c0ddf commit 9602b4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4957faade11b3a278c3b3cade3411ddc20afa791
refs/heads/master: ac936929092dc6a5409b627c4c67305ab9b626b3
2 changes: 2 additions & 0 deletions trunk/drivers/net/atl1e/atl1e_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,11 +394,13 @@ static const struct ethtool_ops atl1e_ethtool_ops = {
.get_eeprom = atl1e_get_eeprom,
.set_eeprom = atl1e_set_eeprom,
.get_tx_csum = atl1e_get_tx_csum,
.set_tx_csum = ethtool_op_set_tx_hw_csum,
.get_sg = ethtool_op_get_sg,
.set_sg = ethtool_op_set_sg,
#ifdef NETIF_F_TSO
.get_tso = ethtool_op_get_tso,
#endif
.set_tso = ethtool_op_set_tso,
};

void atl1e_set_ethtool_ops(struct net_device *netdev)
Expand Down

0 comments on commit 9602b4e

Please sign in to comment.