Commit e883c235 authored by Alexey Kuznetsov's avatar Alexey Kuznetsov Committed by David S. Miller

[ACENIC]: Comment out netif_wake_queue from acenic watchdog.

parent b0ebbe1d
...@@ -1871,7 +1871,9 @@ static void ace_watchdog(struct net_device *data) ...@@ -1871,7 +1871,9 @@ static void ace_watchdog(struct net_device *data)
} else { } else {
printk(KERN_DEBUG "%s: BUG... transmitter died. Kicking it.\n", printk(KERN_DEBUG "%s: BUG... transmitter died. Kicking it.\n",
dev->name); dev->name);
#if 0
netif_wake_queue(dev); netif_wake_queue(dev);
#endif
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment