ethernet: corrected typo in ethernet/phy_ksz8051mll.c to include setting the speed to 100M in case of 100M Half Duplex
This commit is contained in:
Regular → Executable
+1
-1
@@ -66,7 +66,7 @@ void phy_autoneg_force(enum phy_status mode)
|
||||
bst |= PHY_REG_BCR_FD;
|
||||
}
|
||||
|
||||
if ((mode == LINK_FD_100M) || (mode == LINK_FD_100M)) {
|
||||
if ((mode == LINK_FD_100M) || (mode == LINK_HD_100M)) {
|
||||
bst |= PHY_REG_BCR_100M;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user