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
mcp25xxfd_can_queue_frame() accepts the timestamp as a u16, which truncates the 32 bit value. This leads to occasional out-of-order packets. Changing the ts param to a u32 solved the problem for me.
The text was updated successfully, but these errors were encountered:
mcp25xxfd_can_queue_frame() accepts the timestamp as a u16, which truncates the 32 bit value. This leads to occasional out-of-order packets. Changing the ts param to a u32 solved the problem for me.
The text was updated successfully, but these errors were encountered: