mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Correct auto-negotiation mode in the LPC43xx ethernet.
This commit is contained in:
committed by
Gregory Nutt
parent
ae19ca45e0
commit
315e22e4df
@@ -3392,6 +3392,9 @@ static int lpc43_phyinit(FAR struct lpc43_ethmac_s *priv)
|
||||
priv->mbps100 = 1;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#else /* Auto-negotion not selected */
|
||||
|
||||
#ifdef CONFIG_LPC43_ETHFD
|
||||
priv->mbps100 = 1;
|
||||
@@ -3400,11 +3403,9 @@ static int lpc43_phyinit(FAR struct lpc43_ethmac_s *priv)
|
||||
#ifdef CONFIG_LPC43_ETH100MBPS
|
||||
priv->fduplex = 1;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* However we got here, commit to the hardware */
|
||||
|
||||
phyval = 0;
|
||||
|
||||
if (priv->mbps100)
|
||||
{
|
||||
phyval |= MII_MCR_FULLDPLX;
|
||||
|
||||
Reference in New Issue
Block a user