commit | 926f27300100f4233c7665649f68fcf615f58d68 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Sun Apr 24 21:38:12 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 26 15:53:05 2016 -0400 |
tree | 58af43e4fc60545d7d6514e23e4061108561b89d | |
parent | 4acff371f2e3f386422253c7fce0092a793ec1a4 [diff] |
drivers: net: use NETDEV_TX_OK instead of NETDEV_TX_LOCKED These drivers already call netif_stop_queue() so we should not be called unless tx space is available. Just free the skb and return TX_OK. Followup patch will remove NETDEV_TX_LOCKED from the kernel. Cc: linux-parisc@vger.kernel.org Cc: linux-hams@vger.kernel.org Cc: Thomas Sailer <t.sailer@alumni.ethz.ch> Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>