Skip to content
Snippets Groups Projects
Commit 08e2e5fc authored by Grzegorz Bernacki's avatar Grzegorz Bernacki Committed by Rafal Jaworowski
Browse files

[MPC512x] Proper handling of larger frames in the FEC driver


When frame larger than local RX buffer is received, it is split and handled
by two buffer descriptors. Prior to this patch the FEC driver discarded
contents of a buffer descriptor without the 'LAST' bit set, so the first
part of the frame was lost in case of larger frames. This fix allows to
safely combine the two pieces into the whole frame.

Signed-off-by: default avatarGrzegorz Bernacki <gjb@semihalf.com>
parent 8d17979d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment