linux_dsm_epyc7002/drivers/net/ethernet/atheros/atl1e
Florian Westphal 4acff371f2 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>
2016-04-26 15:53:04 -04:00
..
atl1e_ethtool.c drivers/net: get rid of unnecessary initializations in .get_drvinfo() 2015-10-16 00:24:10 -07:00
atl1e_hw.c atl1e: remove unnecessary break after return 2014-07-20 21:30:19 -07:00
atl1e_hw.h trivial: net: atl1e: atl1e_hw.h: fix 0x0x prefix 2015-04-29 14:56:39 -04:00
atl1e_main.c atle1: remove LLTX support and TX_UNLOCKED 2016-04-26 15:53:04 -04:00
atl1e_param.c net/atheros: remove __dev* attributes 2012-12-03 11:16:54 -08:00
atl1e.h atle1: remove LLTX support and TX_UNLOCKED 2016-04-26 15:53:04 -04:00
Makefile