diff options
Diffstat (limited to 'drivers/net/ixgb/ixgb_main.c')
-rw-r--r-- | drivers/net/ixgb/ixgb_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ixgb/ixgb_main.c b/drivers/net/ixgb/ixgb_main.c index 04cb81a739c2..6eb7f37a113b 100644 --- a/drivers/net/ixgb/ixgb_main.c +++ b/drivers/net/ixgb/ixgb_main.c | |||
@@ -1488,7 +1488,6 @@ ixgb_xmit_frame(struct sk_buff *skb, struct net_device *netdev) | |||
1488 | 1488 | ||
1489 | if (count) { | 1489 | if (count) { |
1490 | ixgb_tx_queue(adapter, count, vlan_id, tx_flags); | 1490 | ixgb_tx_queue(adapter, count, vlan_id, tx_flags); |
1491 | netdev->trans_start = jiffies; | ||
1492 | /* Make sure there is space in the ring for the next send. */ | 1491 | /* Make sure there is space in the ring for the next send. */ |
1493 | ixgb_maybe_stop_tx(netdev, &adapter->tx_ring, DESC_NEEDED); | 1492 | ixgb_maybe_stop_tx(netdev, &adapter->tx_ring, DESC_NEEDED); |
1494 | 1493 | ||