diff options
Diffstat (limited to 'drivers/net/ixp2000')
-rw-r--r-- | drivers/net/ixp2000/ixpdev.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ixp2000/ixpdev.c b/drivers/net/ixp2000/ixpdev.c index d5932ca3e27d..78ddd8b79e7e 100644 --- a/drivers/net/ixp2000/ixpdev.c +++ b/drivers/net/ixp2000/ixpdev.c | |||
@@ -64,8 +64,6 @@ static int ixpdev_xmit(struct sk_buff *skb, struct net_device *dev) | |||
64 | ixp2000_reg_write(RING_TX_PENDING, | 64 | ixp2000_reg_write(RING_TX_PENDING, |
65 | TX_BUF_DESC_BASE + (entry * sizeof(struct ixpdev_tx_desc))); | 65 | TX_BUF_DESC_BASE + (entry * sizeof(struct ixpdev_tx_desc))); |
66 | 66 | ||
67 | dev->trans_start = jiffies; | ||
68 | |||
69 | local_irq_save(flags); | 67 | local_irq_save(flags); |
70 | ip->tx_queue_entries++; | 68 | ip->tx_queue_entries++; |
71 | if (ip->tx_queue_entries == TX_BUF_COUNT_PER_CHAN) | 69 | if (ip->tx_queue_entries == TX_BUF_COUNT_PER_CHAN) |