From: Patrick McHardy Date: Fri, 12 Jun 2009 05:20:01 +0000 (+0000) Subject: net: fix network drivers ndo_start_xmit() return values (part 6) X-Git-Tag: v2.6.31-rc1~330^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98ca4a46d27348476c9196ebc0a0c5297431d90f;p=pandora-kernel.git net: fix network drivers ndo_start_xmit() return values (part 6) Fix up hamradio drivers that return an errno value to dev_queue_xmit(), causing it to print a warning an free the skb. - bpqether: 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