atle1: remove LLTX support and TX_UNLOCKED
authorFlorian Westphal <fw@strlen.de>
Sun, 24 Apr 2016 19:38:11 +0000 (21:38 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Apr 2016 19:53:04 +0000 (15:53 -0400)
commit4acff371f2e3f386422253c7fce0092a793ec1a4
treed5dcd86852e98a3af4af79eb9f33ecbd5546a1c6
parent353e3bd5a7081f23a9f015cbf172ec25b1412b93
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>
drivers/net/ethernet/atheros/atl1e/atl1e.h
drivers/net/ethernet/atheros/atl1e/atl1e_main.c