|
@@ -431,8 +431,8 @@ static int netvsc_probe(struct hv_device *dev,
|
|
net->netdev_ops = &device_ops;
|
|
net->netdev_ops = &device_ops;
|
|
|
|
|
|
/* TODO: Add GSO and Checksum offload */
|
|
/* TODO: Add GSO and Checksum offload */
|
|
- net->hw_features = NETIF_F_SG;
|
|
|
|
- net->features = NETIF_F_SG | NETIF_F_HW_VLAN_CTAG_TX;
|
|
|
|
|
|
+ net->hw_features = 0;
|
|
|
|
+ net->features = NETIF_F_HW_VLAN_CTAG_TX;
|
|
|
|
|
|
SET_ETHTOOL_OPS(net, ðtool_ops);
|
|
SET_ETHTOOL_OPS(net, ðtool_ops);
|
|
SET_NETDEV_DEV(net, &dev->device);
|
|
SET_NETDEV_DEV(net, &dev->device);
|