Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184508
b: refs/heads/master
c: a922afb
h: refs/heads/master
v: v3
  • Loading branch information
John Fastabend authored and David S. Miller committed Feb 26, 2010
1 parent 7ae0a0c commit 4fb6789
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 43634e820e393ba48bb2efc3d330dee4203e80d8
refs/heads/master: a922afb64d2e71115f122e04346163cb8c8453e3
2 changes: 0 additions & 2 deletions trunk/drivers/net/ixgbe/ixgbe_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,10 +441,8 @@ static int ixgbe_set_tso(struct net_device *netdev, u32 data)
netdev->features |= NETIF_F_TSO;
netdev->features |= NETIF_F_TSO6;
} else {
netif_tx_stop_all_queues(netdev);
netdev->features &= ~NETIF_F_TSO;
netdev->features &= ~NETIF_F_TSO6;
netif_tx_start_all_queues(netdev);
}
return 0;
}
Expand Down

0 comments on commit 4fb6789

Please sign in to comment.