Reorder Status.get_link to check for higher speeds before slower. #118
Loading…
Reference in New Issue
No description provided.
Delete Branch "newell/zynq-rs:reorder-status-get-link"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
These changes rearrange the priority of the speeds that
Status.get_link
checks for. ForPHY
s that support multiple speeds, this will default to checking if they support higher speeds before lower speeds.