net: trans_start cleanups
[safe/jmp/linux-2.6] / drivers / net / smc91x.c
index 682bc4f..10cf0cb 100644 (file)
@@ -1360,7 +1360,7 @@ static void smc_timeout(struct net_device *dev)
                schedule_work(&lp->phy_configure);
 
        /* We can accept TX packets again */
-       dev->trans_start = jiffies;
+       dev->trans_start = jiffies; /* prevent tx timeout */
        netif_wake_queue(dev);
 }