linux/drivers/net/ethernet/intel/ixgbevf
Luc Van Oostenryck cf12aab67a ixgbevf: fix ixgbevf_xmit_frame()'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>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2018-05-11 12:18:35 -07:00
..
defines.h intel: add SPDX identifiers to all the Intel drivers 2018-03-23 12:18:21 -04:00
ethtool.c ixgbevf: Add XDP queue stats reporting 2018-03-23 15:22:11 -07:00
ixgbevf.h ixgbevf: Add support for XDP_TX action 2018-03-23 15:12:15 -07:00
ixgbevf_main.c ixgbevf: fix ixgbevf_xmit_frame()'s return type 2018-05-11 12:18:35 -07:00
Makefile intel: add SPDX identifiers to all the Intel drivers 2018-03-23 12:18:21 -04:00
mbx.c ixgbevf: ixgbevf_write/read_posted_mbx should use IXGBE_ERR_MBX to initialize ret_val 2016-06-29 09:18:06 -07:00
mbx.h intel: add SPDX identifiers to all the Intel drivers 2018-03-23 12:18:21 -04:00
regs.h intel: add SPDX identifiers to all the Intel drivers 2018-03-23 12:18:21 -04:00
vf.c ixgbevf: use ARRAY_SIZE for various array sizing calculations 2018-01-26 10:25:15 -08:00
vf.h intel: add SPDX identifiers to all the Intel drivers 2018-03-23 12:18:21 -04:00