drivers/mii: fix typo 'auto-negotation' => 'auto-negotiation'

This commit is contained in:
Alexandre Abadie 2020-10-19 18:55:04 +02:00
parent cb2974984b
commit cd3ee9e825
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -64,7 +64,7 @@ extern "C" {
#define MII_BMCR_POWER_DOWN BIT11 /**< Set to power down PHY */
#define MII_BMCR_ISOLATE BIT10 /**< Set to electrically isolate PHY from
MII (PHY becomes inoperational) */
#define MII_BMCR_AN_RESTART BIT9 /**< Set to restart auto-negotation */
#define MII_BMCR_AN_RESTART BIT9 /**< Set to restart auto-negotiation */
#define MII_BMCR_FULL_DPLX BIT8 /**< Set for full duplex */
#define MII_BMCR_HALF_DPLX (0) /**< Set for half duplex */
#define MII_BMCR_COLL_TEST BIT7 /**< Set to enable collision signal test */