xmos / lib_ethernet

Ethernet MAC library
Other
3 stars 12 forks source link

100Mbit MAC client state always ignores link updates #5

Closed larry-xmos closed 3 years ago

larry-xmos commented 8 years ago

See mii_ethernet_mac.xc

Status update state is initialised to "ignoring" and will stay like that. Code that generates ETH_IF_STATUS notification to user is unreachable.

larry-xmos commented 8 years ago

As a result xTCP will never signal link up to uIP (see xtcp.xc)

mbanth commented 3 years ago

Appears to have been resolved by Pull Request #11.