summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/atheros/atl1e/atl1e.h
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2016-04-24 22:38:11 +0300
committerDavid S. Miller <davem@davemloft.net>2016-04-26 22:53:04 +0300
commit4acff371f2e3f386422253c7fce0092a793ec1a4 (patch)
treed5dcd86852e98a3af4af79eb9f33ecbd5546a1c6 /drivers/net/ethernet/atheros/atl1e/atl1e.h
parent353e3bd5a7081f23a9f015cbf172ec25b1412b93 (diff)
downloadlinux-4acff371f2e3f386422253c7fce0092a793ec1a4.tar.xz
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>
Diffstat (limited to 'drivers/net/ethernet/atheros/atl1e/atl1e.h')
-rw-r--r--drivers/net/ethernet/atheros/atl1e/atl1e.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/atheros/atl1e/atl1e.h b/drivers/net/ethernet/atheros/atl1e/atl1e.h
index 0212dac7e23a..632bb843aed6 100644
--- a/drivers/net/ethernet/atheros/atl1e/atl1e.h
+++ b/drivers/net/ethernet/atheros/atl1e/atl1e.h
@@ -442,7 +442,6 @@ struct atl1e_adapter {
u16 link_duplex;
spinlock_t mdio_lock;
- spinlock_t tx_lock;
atomic_t irq_sem;
struct work_struct reset_task;