aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/mlx4/en_netdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/mlx4/en_netdev.c')
-rw-r--r--drivers/net/mlx4/en_netdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/mlx4/en_netdev.c b/drivers/net/mlx4/en_netdev.c
index 242366ca079..411bda581c0 100644
--- a/drivers/net/mlx4/en_netdev.c
+++ b/drivers/net/mlx4/en_netdev.c
@@ -1047,7 +1047,7 @@ int mlx4_en_init_netdev(struct mlx4_en_dev *mdev, int port,
1047 dev->features |= NETIF_F_HW_VLAN_TX | 1047 dev->features |= NETIF_F_HW_VLAN_TX |
1048 NETIF_F_HW_VLAN_RX | 1048 NETIF_F_HW_VLAN_RX |
1049 NETIF_F_HW_VLAN_FILTER; 1049 NETIF_F_HW_VLAN_FILTER;
1050 dev->features |= NETIF_F_LRO; 1050 dev->features |= NETIF_F_GRO;
1051 if (mdev->LSO_support) { 1051 if (mdev->LSO_support) {
1052 dev->features |= NETIF_F_TSO; 1052 dev->features |= NETIF_F_TSO;
1053 dev->features |= NETIF_F_TSO6; 1053 dev->features |= NETIF_F_TSO6;