]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/net/e1000.c
net: e1000: Increase autoneg timeout to 8 seconds
[karo-tx-uboot.git] / drivers / net / e1000.c
index ecd1a52e476add55925dd92f6b311748d6f07f86..d5d48b1e7d06b3d6ff9e1c36a8a13c9f7abdcfb4 100644 (file)
@@ -4017,7 +4017,7 @@ e1000_wait_autoneg(struct e1000_hw *hw)
        DEBUGFUNC();
        DEBUGOUT("Waiting for Auto-Neg to complete.\n");
 
-       /* We will wait for autoneg to complete or 4.5 seconds to expire. */
+       /* We will wait for autoneg to complete or timeout to expire. */
        for (i = PHY_AUTO_NEG_TIME; i > 0; i--) {
                /* Read the MII Status Register and wait for Auto-Neg
                 * Complete bit to be set.