diff options
| -rw-r--r-- | drivers/net/hyperv/netvsc_drv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/hyperv/netvsc_drv.c b/drivers/net/hyperv/netvsc_drv.c index 4dccead586be..23a0fff0df52 100644 --- a/drivers/net/hyperv/netvsc_drv.c +++ b/drivers/net/hyperv/netvsc_drv.c | |||
| @@ -431,8 +431,8 @@ static int netvsc_probe(struct hv_device *dev, | |||
| 431 | net->netdev_ops = &device_ops; | 431 | net->netdev_ops = &device_ops; |
| 432 | 432 | ||
| 433 | /* TODO: Add GSO and Checksum offload */ | 433 | /* TODO: Add GSO and Checksum offload */ |
| 434 | net->hw_features = NETIF_F_SG; | 434 | net->hw_features = 0; |
| 435 | net->features = NETIF_F_SG | NETIF_F_HW_VLAN_CTAG_TX; | 435 | net->features = NETIF_F_HW_VLAN_CTAG_TX; |
| 436 | 436 | ||
| 437 | SET_ETHTOOL_OPS(net, ðtool_ops); | 437 | SET_ETHTOOL_OPS(net, ðtool_ops); |
| 438 | SET_NETDEV_DEV(net, &dev->device); | 438 | SET_NETDEV_DEV(net, &dev->device); |
