net: fix network drivers ndo_start_xmit() return values (part 6)
authorPatrick McHardy <kaber@trash.net>
Fri, 12 Jun 2009 05:20:01 +0000 (05:20 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Jun 2009 08:18:42 +0000 (01:18 -0700)
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 <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found