diff options
Diffstat (limited to 'drivers/net/smc91x.c')
-rw-r--r-- | drivers/net/smc91x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/smc91x.c b/drivers/net/smc91x.c index 682bc4fe604f..10cf0cbc2185 100644 --- a/drivers/net/smc91x.c +++ b/drivers/net/smc91x.c | |||
@@ -1360,7 +1360,7 @@ static void smc_timeout(struct net_device *dev) | |||
1360 | schedule_work(&lp->phy_configure); | 1360 | schedule_work(&lp->phy_configure); |
1361 | 1361 | ||
1362 | /* We can accept TX packets again */ | 1362 | /* We can accept TX packets again */ |
1363 | dev->trans_start = jiffies; | 1363 | dev->trans_start = jiffies; /* prevent tx timeout */ |
1364 | netif_wake_queue(dev); | 1364 | netif_wake_queue(dev); |
1365 | } | 1365 | } |
1366 | 1366 | ||