From: Patrick McHardy Date: Mon, 15 Jun 2009 23:33:24 +0000 (+0000) Subject: net: fix network drivers ndo_start_xmit() return values X-Git-Tag: v2.6.31-rc1~140^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d77eeb702cba0fa6efaf5689fce8939aa617f410;p=pandora-kernel.git net: fix network drivers ndo_start_xmit() return values Fix up remaining drivers returning a magic or an errno value from their ndo_start_xmit() functions that were missed in the first pass: - isdn_net: missed conversion - bpqether: missed conversion: skb is freed, so return NETDEV_TX_OK - hp100: intention appears to be to resubmit skb once resources are available, but due to no queue handling it is dropped for now. - lapbether: skb is freed, so return NETDEV_TX_OK Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed