]> err.no Git - linux-2.6/blobdiff - drivers/net/cpmac.c
ALSA: wm8750: add missing VREF output
[linux-2.6] / drivers / net / cpmac.c
index fbd4280c102c219a60ef9ca5918d19cf9f886a3b..a7800e55909099d07594c4e13c05c09c040d380d 100644 (file)
@@ -945,10 +945,8 @@ static void cpmac_adjust_link(struct net_device *dev)
                if (!priv->oldlink) {
                        new_state = 1;
                        priv->oldlink = 1;
-                       netif_tx_schedule_all(dev);
                }
        } else if (priv->oldlink) {
-               netif_tx_stop_all_queues(dev);
                new_state = 1;
                priv->oldlink = 0;
                priv->oldspeed = 0;