This is an automated email from the ASF dual-hosted git repository.

pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 88c58df6d6500c585f718e9849538f6ab9b87cd8
Author: Richard Tucker <richard.tuc...@motec.com.au>
AuthorDate: Fri Jun 17 16:06:32 2022 +1000

    net: fix DP83825I comments
---
 include/nuttx/net/mii.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

Reply via email to