net: fix DP83825I comments

This commit is contained in:
Richard Tucker 2022-06-17 16:06:32 +10:00 committed by Petro Karashchenko
parent eaa5f9ab4e
commit 88c58df6d6

View File

@ -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) */