|
@@ -6952,6 +6952,7 @@ static const struct net_device_ops e1000e_netdev_ops = {
|
|
#endif
|
|
#endif
|
|
.ndo_set_features = e1000_set_features,
|
|
.ndo_set_features = e1000_set_features,
|
|
.ndo_fix_features = e1000_fix_features,
|
|
.ndo_fix_features = e1000_fix_features,
|
|
|
|
+ .ndo_features_check = passthru_features_check,
|
|
};
|
|
};
|
|
|
|
|
|
/**
|
|
/**
|