mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Update b53_common.c
This commit is contained in:
parent
9c494d7f62
commit
3637d4cbbf
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ static int b53_configure_ports_of(struct b53_device *dev)
|
|||
po |= PORT_OVERRIDE_SPEED_2000M;
|
||||
else
|
||||
po |= GMII_PO_SPEED_2000M;
|
||||
fallthrough;
|
||||
/* fall through */
|
||||
case 1000:
|
||||
po |= GMII_PO_SPEED_1000M;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue