net: fix network drivers ndo_start_xmit() return values (part 4)
authorPatrick McHardy <kaber@trash.net>
Fri, 12 Jun 2009 04:37:34 +0000 (04:37 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Jun 2009 08:18:39 +0000 (01:18 -0700)
commit47f88c99c2ad0c05dd415e1c2a6d59426eb305ed
tree18ae02686efdbbd5c89eb62211bbf82f797b81de
parent4153e77596c4caaf52293b0c6b2207d73ed8f1eb
net: fix network drivers ndo_start_xmit() return values (part 4)

Fix up WAN drivers that return an errno value to qdisc_restart(), causing
qdisc_restart() to print a warning an requeue/retransmit the skb.

- cycx_x25: intention appears to be to requeue the skb

Does not compile cleanly for me even without this patch, so untested.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/cycx_x25.c