Loading drivers/net/team/team.c +3 −1 Original line number Original line Diff line number Diff line Loading @@ -1794,10 +1794,12 @@ static void team_setup(struct net_device *dev) dev->features |= NETIF_F_LLTX; dev->features |= NETIF_F_LLTX; dev->features |= NETIF_F_GRO; dev->features |= NETIF_F_GRO; dev->hw_features = NETIF_F_HW_VLAN_TX | dev->hw_features = TEAM_VLAN_FEATURES | NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX | NETIF_F_HW_VLAN_RX | NETIF_F_HW_VLAN_FILTER; NETIF_F_HW_VLAN_FILTER; dev->hw_features &= ~(NETIF_F_ALL_CSUM & ~NETIF_F_HW_CSUM); dev->features |= dev->hw_features; dev->features |= dev->hw_features; } } Loading Loading
drivers/net/team/team.c +3 −1 Original line number Original line Diff line number Diff line Loading @@ -1794,10 +1794,12 @@ static void team_setup(struct net_device *dev) dev->features |= NETIF_F_LLTX; dev->features |= NETIF_F_LLTX; dev->features |= NETIF_F_GRO; dev->features |= NETIF_F_GRO; dev->hw_features = NETIF_F_HW_VLAN_TX | dev->hw_features = TEAM_VLAN_FEATURES | NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX | NETIF_F_HW_VLAN_RX | NETIF_F_HW_VLAN_FILTER; NETIF_F_HW_VLAN_FILTER; dev->hw_features &= ~(NETIF_F_ALL_CSUM & ~NETIF_F_HW_CSUM); dev->features |= dev->hw_features; dev->features |= dev->hw_features; } } Loading