From: Patrick McHardy Date: Fri, 12 Jun 2009 06:14:36 +0000 (+0000) Subject: net: fix network drivers ndo_start_xmit() return values (part 8) X-Git-Tag: v2.6.31-rc1~330^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b2c4b972c0226406361f83b747eb5cdab51e68e;p=pandora-kernel.git net: fix network drivers ndo_start_xmit() return values (part 8) Fix up USB drivers that return an errno value (result of usb_submit_urb()) to qdisc_restart(), causing qdisc_restart() to print a warning and requeue/ retransmit the skb. - hso: skb is freed: use after free - at76_usb: skb is freed: use after free Compile tested only. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed