diff options
author | 2020-06-28 20:52:53 -0700 | |
---|---|---|
committer | 2020-06-28 20:52:53 -0700 | |
commit | d8a6472f35946f50a6d3b5c5d595e5e2a90dc749 (patch) | |
tree | 0c736d284f3a81319ddff21c9dc649e065730bd6 /drivers/net/ethernet/intel/igc | |
parent | bareudp: Added attribute to enable & disable rx metadata collection (diff) | |
parent | cxgb4vf: fix t4vf_eth_xmit()'s return type (diff) | |
download | wireguard-linux-d8a6472f35946f50a6d3b5c5d595e5e2a90dc749.tar.xz wireguard-linux-d8a6472f35946f50a6d3b5c5d595e5e2a90dc749.zip |
Merge branch 'netdev_tx_t'
Luc Van Oostenryck says:
====================
net: always use netdev_tx_t for xmit()'s return type
The ndo_start_xmit() methods should return a 'netdev_tx_t', not
an int, and so should return NETDEV_TX_OK, not 0.
The patches in the series fix most of the remaning drivers and
subsystems (those included in allyesconfig on x86).
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/intel/igc')
0 files changed, 0 insertions, 0 deletions