diff options
-rw-r--r-- | drivers/net/atl1e/atl1e_ethtool.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/atl1e/atl1e_ethtool.c b/drivers/net/atl1e/atl1e_ethtool.c index 60edb9f232bb..b0fb7254e2cb 100644 --- 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 = { | |||
394 | .get_eeprom = atl1e_get_eeprom, | 394 | .get_eeprom = atl1e_get_eeprom, |
395 | .set_eeprom = atl1e_set_eeprom, | 395 | .set_eeprom = atl1e_set_eeprom, |
396 | .get_tx_csum = atl1e_get_tx_csum, | 396 | .get_tx_csum = atl1e_get_tx_csum, |
397 | .set_tx_csum = ethtool_op_set_tx_hw_csum, | ||
397 | .get_sg = ethtool_op_get_sg, | 398 | .get_sg = ethtool_op_get_sg, |
398 | .set_sg = ethtool_op_set_sg, | 399 | .set_sg = ethtool_op_set_sg, |
399 | #ifdef NETIF_F_TSO | 400 | #ifdef NETIF_F_TSO |
400 | .get_tso = ethtool_op_get_tso, | 401 | .get_tso = ethtool_op_get_tso, |
401 | #endif | 402 | #endif |
403 | .set_tso = ethtool_op_set_tso, | ||
402 | }; | 404 | }; |
403 | 405 | ||
404 | void atl1e_set_ethtool_ops(struct net_device *netdev) | 406 | void atl1e_set_ethtool_ops(struct net_device *netdev) |