commit | 81fbbf60408ad6b98ff72120de948cb7fd2498d0 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Fri Jun 12 05:34:37 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 13 01:18:43 2009 -0700 |
tree | 5612bc41fdce360b4846ce1142d7f7db59765a7d | |
parent | 98ca4a46d27348476c9196ebc0a0c5297431d90f [diff] |
net: fix network drivers ndo_start_xmit() return values (part 7) Fix up ATM drivers that return an errno value to qdisc_restart(), causing qdisc_restart() to print a warning an requeue/retransmit the skb. - lec: condition can only be remedied by userspace, until that retransmissions Compile tested only. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>