diff --git a/include/nuttx/net/mii.h b/include/nuttx/net/mii.h index 31f0ac91dc..3d761e27cd 100644 --- a/include/nuttx/net/mii.h +++ b/include/nuttx/net/mii.h @@ -384,8 +384,8 @@ /* PHYSTS Register (0x10) */ -#define MII_DP83825I_PHYSTS_SPEED (1 << 1) /* Bit 2: Speed Status Register */ -#define MII_DP83825I_PHYSTS_DUPLEX (1 << 2) /* Bit 3: Duplex Status Register */ +#define MII_DP83825I_PHYSTS_SPEED (1 << 1) /* Bit 1: Speed Status Register */ +#define MII_DP83825I_PHYSTS_DUPLEX (1 << 2) /* Bit 2: Duplex Status Register */ /* RCSC Register (0x17) */