commit | 47f88c99c2ad0c05dd415e1c2a6d59426eb305ed | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Fri Jun 12 04:37:34 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 13 01:18:39 2009 -0700 |
tree | 18ae02686efdbbd5c89eb62211bbf82f797b81de | |
parent | 4153e77596c4caaf52293b0c6b2207d73ed8f1eb [diff] |
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>