net: trans_start cleanups
[deliverable/linux.git] / drivers / net / irda / sir_dev.c
index de91cd14016be75de37513939d018d8b35df806e..1b051dab7b298a761a5d9e4f2ff38af16f062238 100644 (file)
@@ -655,7 +655,6 @@ static netdev_tx_t sirdev_hard_xmit(struct sk_buff *skb,
 
        if (likely(actual > 0)) {
                dev->tx_skb = skb;
-               ndev->trans_start = jiffies;
                dev->tx_buff.data += actual;
                dev->tx_buff.len -= actual;
        }
This page took 0.027182 seconds and 5 git commands to generate.