]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/net/e1000.h
net: e1000: Increase autoneg timeout to 8 seconds
[karo-tx-uboot.git] / drivers / net / e1000.h
index 232c95d2a4eaf5d38740b1445b46f5cef15fd922..23a81e6c2dbce133ffed8d9d8bd38351bdd925c5 100644 (file)
@@ -2460,7 +2460,7 @@ struct e1000_hw {
 #define MII_CR_SPEED_100               0x2000
 #define MII_CR_SPEED_10                0x0000
 #define E1000_PHY_ADDRESS              0x01
-#define PHY_AUTO_NEG_TIME              45      /* 4.5 Seconds */
+#define PHY_AUTO_NEG_TIME              80      /* 8.0 Seconds */
 #define PHY_FORCE_TIME                 20      /* 2.0 Seconds */
 #define PHY_REVISION_MASK              0xFFFFFFF0
 #define DEVICE_SPEED_MASK              0x00000300      /* Device Ctrl Reg Speed Mask */