You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The configured_phy_speed field was only written but never read. The
boolean mac_speed_configured alone is sufficient to track whether MAC
speed/duplex has been configured.
This removes 3 assignments and the uint16_t field from the eth_t struct.
Signed-off-by: Andrew Leech <[email protected]>
0 commit comments