Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MDIO bit banging is not reliable #9

Open
sbourdeauducq opened this issue May 8, 2011 · 0 comments
Open

MDIO bit banging is not reliable #9

sbourdeauducq opened this issue May 8, 2011 · 0 comments
Assignees

Comments

@sbourdeauducq
Copy link
Member

Sometimes the MDIO read function in libnet does not get the right value, e.g. 0x0045 instead of 0x0022. This probably has to do with sampling the data at the wrong time in the bit banging functions:
0x0045 = (0x0022 << 1) | 0x0001

@ghost ghost assigned xiangfu Jul 12, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants