net: trans_start cleanups
[deliverable/linux.git] / drivers / net / arm / ether3.c
index d9de9bce23957ca66847cf7f847620ec94602580..1361b7367c28bd86f6bbd63ad3816186ec55eaf8 100644 (file)
@@ -529,7 +529,6 @@ ether3_sendpacket(struct sk_buff *skb, struct net_device *dev)
                return NETDEV_TX_BUSY;  /* unable to queue */
        }
 
-       dev->trans_start = jiffies;
        ptr              = 0x600 * priv(dev)->tx_head;
        priv(dev)->tx_head = next_ptr;
        next_ptr        *= 0x600;
This page took 0.029556 seconds and 5 git commands to generate.