commit | 4acff371f2e3f386422253c7fce0092a793ec1a4 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Sun Apr 24 21:38:11 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 26 15:53:04 2016 -0400 |
tree | d5dcd86852e98a3af4af79eb9f33ecbd5546a1c6 | |
parent | 353e3bd5a7081f23a9f015cbf172ec25b1412b93 [diff] |
atle1: remove LLTX support and TX_UNLOCKED similar to atl1c: lock is only used in ndo_start_xmit, but we also advertised LLTX, so remove that as well and let core stack handle tx locking. Allows to remove the TX_LOCKED return value from the driver. Cc: Jay Cliburn <jcliburn@gmail.com> Cc: Chris Snook <chris.snook@gmail.com> Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>