]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/gianfar.c
Staging: echo: remove annoying "end of function" markers
[linux-2.6-omap-h63xx.git] / drivers / net / gianfar.c
index 4320a983a58817af04952a86bb28c6e1394483e2..b5bb7ae2817fe3ec86f381a5afc42952bba795f0 100644 (file)
@@ -339,6 +339,9 @@ static int gfar_probe(struct platform_device *pdev)
        /* Enable most messages by default */
        priv->msg_enable = (NETIF_MSG_IFUP << 1 ) - 1;
 
+       /* Carrier starts down, phylib will bring it up */
+       netif_carrier_off(dev);
+
        err = register_netdev(dev);
 
        if (err) {