diff options
Diffstat (limited to 'drivers/net/znet.c')
-rw-r--r-- | drivers/net/znet.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/znet.c b/drivers/net/znet.c index dbfef8d70f2d..c3a329204511 100644 --- a/drivers/net/znet.c +++ b/drivers/net/znet.c | |||
@@ -587,7 +587,6 @@ static netdev_tx_t znet_send_packet(struct sk_buff *skb, struct net_device *dev) | |||
587 | } | 587 | } |
588 | spin_unlock_irqrestore (&znet->lock, flags); | 588 | spin_unlock_irqrestore (&znet->lock, flags); |
589 | 589 | ||
590 | dev->trans_start = jiffies; | ||
591 | netif_start_queue (dev); | 590 | netif_start_queue (dev); |
592 | 591 | ||
593 | if (znet_debug > 4) | 592 | if (znet_debug > 4) |
@@ -802,7 +801,6 @@ static void znet_rx(struct net_device *dev) | |||
802 | /* If any worth-while packets have been received, dev_rint() | 801 | /* If any worth-while packets have been received, dev_rint() |
803 | has done a mark_bh(INET_BH) for us and will work on them | 802 | has done a mark_bh(INET_BH) for us and will work on them |
804 | when we get to the bottom-half routine. */ | 803 | when we get to the bottom-half routine. */ |
805 | return; | ||
806 | } | 804 | } |
807 | 805 | ||
808 | /* The inverse routine to znet_open(). */ | 806 | /* The inverse routine to znet_open(). */ |