4b70134d1a
When an ethernet frame is larger than UIP_BUFSIZE, a net_buf is allocated but never released. Therefore after few bad frames, no more RX network packet can be received. Fixed by allocating the net_buf after checking the frame length. Change-Id: I436487e3c26d739de347b4db6facc3a3dbebbe75 Signed-off-by: Sebastien Griffoul <sebastien.griffoul@intel.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
eth_dw.c | ||
eth_dw_priv.h | ||
ethernet.h |