[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20090617.043300.113013803.davem@davemloft.net>
Date: Wed, 17 Jun 2009 04:33:00 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: kaber@...sh.net
Cc: jarkao2@...il.com, netdev@...r.kernel.org, perex@...ex.cz
Subject: Re: net: fix network drivers ndo_start_xmit() return values
From: Patrick McHardy <kaber@...sh.net>
Date: Tue, 16 Jun 2009 11:33:24 +0200
> 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 <kaber@...sh.net>
Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists