net: trans_start cleanups
[deliverable/linux.git] / drivers / net / via-velocity.c
index 616f8c92b7451a3a374fcbb8b680b7883f63550d..42dffd3e5795b6737943170e0e6e4ccfe4043f62 100644 (file)
@@ -2606,7 +2606,6 @@ static netdev_tx_t velocity_xmit(struct sk_buff *skb,
        td_ptr->td_buf[0].size |= TD_QUEUE;
        mac_tx_queue_wake(vptr->mac_regs, qnum);
 
-       dev->trans_start = jiffies;
        spin_unlock_irqrestore(&vptr->lock, flags);
 out:
        return NETDEV_TX_OK;
This page took 0.025357 seconds and 5 git commands to generate.