net: trans_start cleanups
[deliverable/linux.git] / drivers / net / wan / wanxl.c
index 541c700dceef44b84d54f06db8c2797073bc3b3f..db73a7be199f0183fef7f40fa50c013b1db8d263 100644 (file)
@@ -298,7 +298,6 @@ static netdev_tx_t wanxl_xmit(struct sk_buff *skb, struct net_device *dev)
        desc->stat = PACKET_FULL;
        writel(1 << (DOORBELL_TO_CARD_TX_0 + port->node),
               port->card->plx + PLX_DOORBELL_TO_CARD);
-       dev->trans_start = jiffies;
 
        port->tx_out = (port->tx_out + 1) % TX_BUFFERS;
 
This page took 0.032292 seconds and 5 git commands to generate.