diff options
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_main.c')
-rw-r--r-- | drivers/net/ethernet/intel/ice/ice_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_main.c b/drivers/net/ethernet/intel/ice/ice_main.c index e59f8b29af49..f4bf6bda32a9 100644 --- a/drivers/net/ethernet/intel/ice/ice_main.c +++ b/drivers/net/ethernet/intel/ice/ice_main.c | |||
@@ -1528,6 +1528,7 @@ static int ice_cfg_netdev(struct ice_vsi *vsi) | |||
1528 | 1528 | ||
1529 | csumo_features = NETIF_F_RXCSUM | | 1529 | csumo_features = NETIF_F_RXCSUM | |
1530 | NETIF_F_IP_CSUM | | 1530 | NETIF_F_IP_CSUM | |
1531 | NETIF_F_SCTP_CRC | | ||
1531 | NETIF_F_IPV6_CSUM; | 1532 | NETIF_F_IPV6_CSUM; |
1532 | 1533 | ||
1533 | vlano_features = NETIF_F_HW_VLAN_CTAG_FILTER | | 1534 | vlano_features = NETIF_F_HW_VLAN_CTAG_FILTER | |