projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4957faa
)
atl1e: Allow TX checksum offload and TSO to be disabled and reenabled
author
Ben Hutchings
<ben@decadent.org.uk>
Tue, 1 Dec 2009 19:09:52 +0000
(19:09 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 3 Dec 2009 06:10:15 +0000
(22:10 -0800)
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/atl1e/atl1e_ethtool.c
patch
|
blob
|
history
diff --git
a/drivers/net/atl1e/atl1e_ethtool.c
b/drivers/net/atl1e/atl1e_ethtool.c
index
60edb9f
..
b0fb725
100644
(file)
--- a/
drivers/net/atl1e/atl1e_ethtool.c
+++ b/
drivers/net/atl1e/atl1e_ethtool.c
@@
-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)