Loading net/8021q/vlan_dev.c +1 −2 Original line number Diff line number Diff line Loading @@ -593,7 +593,6 @@ static u32 vlan_dev_fix_features(struct net_device *dev, u32 features) features &= real_dev->features; features &= real_dev->vlan_features; if (old_features & NETIF_F_SOFT_FEATURES) features |= old_features & NETIF_F_SOFT_FEATURES; if (dev_ethtool_get_rx_csum(real_dev)) Loading Loading
net/8021q/vlan_dev.c +1 −2 Original line number Diff line number Diff line Loading @@ -593,7 +593,6 @@ static u32 vlan_dev_fix_features(struct net_device *dev, u32 features) features &= real_dev->features; features &= real_dev->vlan_features; if (old_features & NETIF_F_SOFT_FEATURES) features |= old_features & NETIF_F_SOFT_FEATURES; if (dev_ethtool_get_rx_csum(real_dev)) Loading