Skip to content
Commit 3f16da51 authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

lpc_eth: fix tx completion



__lpc_handle_xmit() has two bugs :

1) It can leak skbs in case TXSTATUS_ERROR is set

2) It can wake up txqueue while no slot was freed.

Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
Reported-by: default avatarRoland Stigge <stigge@antcom.de>
Tested-by: default avatarRoland Stigge <stigge@antcom.de>
Cc: Kevin Wells <kevin.wells@nxp.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e3047859
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment