Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: ethernet: Fix assert on receiving large PDUs
This patch fixes an assert in net_buf_simple_add() function when the lan_9250 driver would add previously added data to the net buffer on receiving large (>128 bytes) packat. This fix was to use the frags field of the net_buf structure instead. Tested with a nRF54L15 DK and eth3 click board (with nordic connect sdk 2.8.0 and this patch). Signed-off-by: Balaji Srinivasan <[email protected]>
- Loading branch information