aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000/e1000_ethtool.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/e1000/e1000_ethtool.c')
-rw-r--r--drivers/net/e1000/e1000_ethtool.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/e1000/e1000_ethtool.c b/drivers/net/e1000/e1000_ethtool.c
index f1b9cf4643c9..70238e089f16 100644
--- a/drivers/net/e1000/e1000_ethtool.c
+++ b/drivers/net/e1000/e1000_ethtool.c
@@ -338,6 +338,9 @@ e1000_set_tso(struct net_device *netdev, uint32_t data)
338 netdev->features |= NETIF_F_TSO; 338 netdev->features |= NETIF_F_TSO;
339 else 339 else
340 netdev->features &= ~NETIF_F_TSO; 340 netdev->features &= ~NETIF_F_TSO;
341
342 DPRINTK(PROBE, INFO, "TSO is %s\n", data ? "Enabled" : "Disabled");
343 adapter->tso_force = TRUE;
341 return 0; 344 return 0;
342} 345}
343#endif /* NETIF_F_TSO */ 346#endif /* NETIF_F_TSO */