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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: