PelionIoT / sal-nanostack-driver-k64f-eth

Other
1 stars 6 forks source link

[ONME-2734] Autonegotiation Timeout Fix #15

Closed hasnainvirk closed 8 years ago

hasnainvirk commented 8 years ago

Issue was raised due to autonegotiation timeout if the cable was not connected. The API call for initializing ETH PHY in KSDK2.0 was doing the initialization and Autonegotiation at the same time, and if the cable was not connected, it would enter a loop with a large timeout (30s).

hasnainvirk commented 8 years ago

@kjbracey-arm , @artokin , @SeppoTakalo