|
@@ -1756,7 +1756,7 @@ static void netdev_timer(unsigned long data)
|
|
if (dspcfg != np->dspcfg) {
|
|
if (dspcfg != np->dspcfg) {
|
|
if (!netif_queue_stopped(dev)) {
|
|
if (!netif_queue_stopped(dev)) {
|
|
spin_unlock_irq(&np->lock);
|
|
spin_unlock_irq(&np->lock);
|
|
- if (netif_msg_hw(np))
|
|
|
|
|
|
+ if (netif_msg_drv(np))
|
|
printk(KERN_NOTICE "%s: possible phy reset: "
|
|
printk(KERN_NOTICE "%s: possible phy reset: "
|
|
"re-initializing\n", dev->name);
|
|
"re-initializing\n", dev->name);
|
|
disable_irq(dev->irq);
|
|
disable_irq(dev->irq);
|