summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorVincent Stehlé <vincent.stehle@laposte.net>2020-12-14 23:09:52 +0100
committerJakub Kicinski <kuba@kernel.org>2020-12-16 15:01:07 -0800
commit7eb000bdbe7c7da811ef51942b356f6e819b13ba (patch)
treea373e32e923f6090611550a34852467b6dc4be9c /include/uapi
parent995433b795cec0a4ef6c8603e7642903c621943a (diff)
net: korina: fix return value
The ndo_start_xmit() method must not attempt to free the skb to transmit when returning NETDEV_TX_BUSY. Therefore, make sure the korina_send_packet() function returns NETDEV_TX_OK when it frees a packet. Fixes: ef11291bcd5f ("Add support the Korina (IDT RC32434) Ethernet MAC") Suggested-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Link: https://lore.kernel.org/r/20201214220952.19935-1-vincent.stehle@laposte.net Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/uapi')
0 files changed, 0 insertions, 0 deletions