Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111877
b: refs/heads/master
c: fa53eba
h: refs/heads/master
i:
  111875: 567dded
v: v3
  • Loading branch information
Stephen Hemminger authored and Jeff Garzik committed Sep 24, 2008
1 parent 398ec26 commit 68b4de9
Show file tree
Hide file tree
Showing 2 changed files with 7 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: ec68db6930635b25ef5ba4983053635f5b4bf35e
refs/heads/master: fa53ebac42d3de04619c813f5f6628ca2a7ce97f
6 changes: 6 additions & 0 deletions trunk/drivers/net/bonding/bond_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4493,6 +4493,12 @@ static void bond_ethtool_get_drvinfo(struct net_device *bond_dev,

static const struct ethtool_ops bond_ethtool_ops = {
.get_drvinfo = bond_ethtool_get_drvinfo,
.get_link = ethtool_op_get_link,
.get_tx_csum = ethtool_op_get_tx_csum,
.get_sg = ethtool_op_get_sg,
.get_tso = ethtool_op_get_tso,
.get_ufo = ethtool_op_get_ufo,
.get_flags = ethtool_op_get_flags,
};

/*
Expand Down

0 comments on commit 68b4de9

Please sign in to comment.