diff options
Diffstat (limited to 'drivers/net/bonding/bond_main.c')
-rw-r--r-- | drivers/net/bonding/bond_main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c index 61265f74ed3d..b9eaf5c0dc72 100644 --- a/drivers/net/bonding/bond_main.c +++ b/drivers/net/bonding/bond_main.c | |||
@@ -1415,9 +1415,9 @@ out: | |||
1415 | return features; | 1415 | return features; |
1416 | } | 1416 | } |
1417 | 1417 | ||
1418 | #define BOND_VLAN_FEATURES (NETIF_F_ALL_TX_OFFLOADS | \ | 1418 | #define BOND_VLAN_FEATURES (NETIF_F_ALL_CSUM | NETIF_F_SG | \ |
1419 | NETIF_F_SOFT_FEATURES | \ | 1419 | NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \ |
1420 | NETIF_F_LRO) | 1420 | NETIF_F_HIGHDMA | NETIF_F_LRO) |
1421 | 1421 | ||
1422 | static void bond_compute_features(struct bonding *bond) | 1422 | static void bond_compute_features(struct bonding *bond) |
1423 | { | 1423 | { |