Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98542
b: refs/heads/master
c: 581abbc
h: refs/heads/master
v: v3
  • Loading branch information
Andy Gospodarek authored and Jeff Garzik committed Jun 27, 2008
1 parent f26ed4e commit 81223c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1923815d855e1daec931fc9f2221fb73ca708870
refs/heads/master: 581abbc26a7adb693fb8b913f1be18d1c349c1ab
2 changes: 1 addition & 1 deletion trunk/drivers/net/e1000/e1000_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ e1000_set_tso(struct net_device *netdev, u32 data)
else
netdev->features &= ~NETIF_F_TSO;

if (data)
if (data && (adapter->hw.mac_type > e1000_82547_rev_2))
netdev->features |= NETIF_F_TSO6;
else
netdev->features &= ~NETIF_F_TSO6;
Expand Down

0 comments on commit 81223c6

Please sign in to comment.