linux-stable/drivers/net/ethernet/smsc
YueHaibing 6323d57f33 net: smsc: fix return type of ndo_start_xmit function
The method ndo_start_xmit() is defined as returning an 'netdev_tx_t',
which is a typedef for an enum type, so make sure the implementation in
this driver has returns 'netdev_tx_t' value, and change the function
return type to netdev_tx_t.

Found by coccinelle.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-09-26 10:15:17 -07:00
..
Kconfig net: smsc: remove m32r/mn10300 specific smc91x configuration 2018-03-26 15:56:26 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
epic100.c epic100: remove redundant variable 'irq' 2018-07-04 22:39:11 +09:00
smc91c92_cs.c drivers/net: smsc: Convert timers to use timer_setup() 2017-10-28 19:09:50 +09:00
smc91x.c net: smsc: fix return type of ndo_start_xmit function 2018-09-26 10:15:17 -07:00
smc91x.h net: smc91x: remove the dmaengine compat need 2018-06-21 10:45:47 +02:00
smc911x.c net: smsc: fix return type of ndo_start_xmit function 2018-09-26 10:15:17 -07:00
smc911x.h
smc9194.c Annotate hardware config module parameters in drivers/net/ethernet/ 2017-04-20 12:02:32 +01:00
smc9194.h
smsc911x.c net: smsc: fix return type of ndo_start_xmit function 2018-09-26 10:15:17 -07:00
smsc911x.h smsc911x: Adding support for Micochip LAN9250 Ethernet controller 2017-05-03 09:41:52 -04:00
smsc9420.c net: ethernet: Add helper for MACs which support asym pause 2018-09-12 20:24:21 -07:00
smsc9420.h