linux_dsm_epyc7002/drivers/net/ethernet/chelsio
Luc Van Oostenryck 2a78478439 cxgb4vf: fix t4vf_eth_xmit()'s return type
The method ndo_start_xmit() is defined as returning an 'netdev_tx_t',
which is a typedef for an enum type, but the implementation in this
driver returns an 'int'.

Fix this by returning 'netdev_tx_t' in this driver too.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-06-28 20:52:53 -07:00
..
cxgb net: cxgb2: reject unsupported coalescing params 2020-03-10 16:28:53 -07:00
cxgb3 net: cxgb3: reject unsupported coalescing params 2020-03-10 16:28:53 -07:00
cxgb4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-06-25 19:29:51 -07:00
cxgb4vf cxgb4vf: fix t4vf_eth_xmit()'s return type 2020-06-28 20:52:53 -07:00
libcxgb
Kconfig docs: networking: reorganize driver documentation again 2020-06-26 16:08:44 -07:00
Makefile