From: Patrick McHardy Date: Fri, 12 Jun 2009 04:37:34 +0000 (+0000) Subject: net: fix network drivers ndo_start_xmit() return values (part 4) X-Git-Tag: v2.6.31-rc1~330^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47f88c99c2ad0c05dd415e1c2a6d59426eb305ed;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed