commit | 353e3bd5a7081f23a9f015cbf172ec25b1412b93 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Sun Apr 24 21:38:10 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 26 15:53:04 2016 -0400 |
tree | 33943c79cbbc089db059a0e07699507e0339333c | |
parent | 47975cd1022d12735f02046ef8ada83f8ad24087 [diff] |
atl1c: remove private tx lock AFAICS this is safe: the lock is only used in the .ndo_start_xmit function and this driver does not set LLTX. Gets rid of TX_LOCKED return value, followup patches will remove it. 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>