diff options
Diffstat (limited to 'drivers/net/e1000/e1000_main.c')
-rw-r--r-- | drivers/net/e1000/e1000_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/e1000/e1000_main.c b/drivers/net/e1000/e1000_main.c index 9a32d0c73cb3..79fe1ee3da52 100644 --- a/drivers/net/e1000/e1000_main.c +++ b/drivers/net/e1000/e1000_main.c | |||
@@ -3365,7 +3365,6 @@ static int e1000_xmit_frame(struct sk_buff *skb, struct net_device *netdev) | |||
3365 | 3365 | ||
3366 | if (count) { | 3366 | if (count) { |
3367 | e1000_tx_queue(adapter, tx_ring, tx_flags, count); | 3367 | e1000_tx_queue(adapter, tx_ring, tx_flags, count); |
3368 | netdev->trans_start = jiffies; | ||
3369 | /* Make sure there is space in the ring for the next send. */ | 3368 | /* Make sure there is space in the ring for the next send. */ |
3370 | e1000_maybe_stop_tx(netdev, tx_ring, MAX_SKB_FRAGS + 2); | 3369 | e1000_maybe_stop_tx(netdev, tx_ring, MAX_SKB_FRAGS + 2); |
3371 | 3370 | ||