net: trans_start cleanups
[deliverable/linux.git] / drivers / net / plip.c
index 9a2103a69e172280e933de679b8cf303ff8ce767..f4e1f9a38b873bfd6107af898720b526fc020a38 100644 (file)
@@ -979,7 +979,6 @@ plip_tx_packet(struct sk_buff *skb, struct net_device *dev)
                printk(KERN_DEBUG "%s: send request\n", dev->name);
 
        spin_lock_irq(&nl->lock);
-       dev->trans_start = jiffies;
        snd->skb = skb;
        snd->length.h = skb->len;
        snd->state = PLIP_PK_TRIGGER;
This page took 0.030065 seconds and 5 git commands to generate.