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
ea4b9fab1c
commit
78feccdb09
1 changed files with 1 additions and 1 deletions
2
root/target/linux/generic/files/drivers/net/phy/b53/b53_common.c
Executable file → Normal file
2
root/target/linux/generic/files/drivers/net/phy/b53/b53_common.c
Executable file → Normal file
|
@ -529,7 +529,7 @@ static int b53_configure_ports_of(struct b53_device *dev)
|
||||||
po |= PORT_OVERRIDE_SPEED_2000M;
|
po |= PORT_OVERRIDE_SPEED_2000M;
|
||||||
else
|
else
|
||||||
po |= GMII_PO_SPEED_2000M;
|
po |= GMII_PO_SPEED_2000M;
|
||||||
/* fall through */
|
__attribute__((__fallthrough__));
|
||||||
case 1000:
|
case 1000:
|
||||||
po |= GMII_PO_SPEED_1000M;
|
po |= GMII_PO_SPEED_1000M;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue