diff options
author | Florian Westphal <fw@strlen.de> | 2016-04-24 21:38:12 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-04-26 15:53:05 -0400 |
commit | 926f27300100f4233c7665649f68fcf615f58d68 (patch) | |
tree | 58af43e4fc60545d7d6514e23e4061108561b89d /drivers/net/ethernet/oki-semi | |
parent | 4acff371f2e3f386422253c7fce0092a793ec1a4 (diff) | |
download | linux-926f27300100f4233c7665649f68fcf615f58d68.tar.bz2 |
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>
Diffstat (limited to 'drivers/net/ethernet/oki-semi')
0 files changed, 0 insertions, 0 deletions