hyperv: Fix the NETIF_F_SG flag setting in netvsc
authorHaiyang Zhang <haiyangz@microsoft.com>
Wed, 17 Jul 2013 06:01:20 +0000 (23:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Jul 2013 06:02:24 +0000 (23:02 -0700)
commitf45708209dc445bac0844f6ce86e315a2ffe8a29
tree2b9499b4769fa8504a3ae74e96448c776c4a07fb
parentae8e9c5a1a7889315229a741fd48a5dd0bc2964c
hyperv: Fix the NETIF_F_SG flag setting in netvsc

SG mode is not currently supported by netvsc, so remove this flag for now.
Otherwise, it will be unconditionally enabled by commit ec5f0615642
    "Kill link between CSUM and SG features"
Previously, the SG feature is disabled because CSUM is not set here.

Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hyperv/netvsc_drv.c