commit | a6086a893718db07ef9e7af5624ec27cb376ef0a | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Sun Apr 24 21:38:13 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 26 15:53:05 2016 -0400 |
tree | d79f3678a33c11fa2613cd1f3c4fc393e37222f4 | |
parent | 926f27300100f4233c7665649f68fcf615f58d68 [diff] |
drivers: net: remove NETDEV_TX_LOCKED replace the trylock by a full spin_lock and remove TX_LOCKED return value. Followup patch will remove TX_LOCKED from the kernel. Cc: Jon Mason <jdmason@kudzu.us> Cc: Andy Gospodarek <andy@greyhouse.net> Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>