Staging: convert hv network driver to hw_features
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
		
					parent
					
						
							
								13399cbaab
							
						
					
				
			
			
				commit
				
					
						877a344b28
					
				
			
		
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -309,8 +309,6 @@ static void netvsc_get_drvinfo(struct net_device *net, | ||||||
| 
 | 
 | ||||||
| static const struct ethtool_ops ethtool_ops = { | static const struct ethtool_ops ethtool_ops = { | ||||||
| 	.get_drvinfo	= netvsc_get_drvinfo, | 	.get_drvinfo	= netvsc_get_drvinfo, | ||||||
| 	.get_sg		= ethtool_op_get_sg, |  | ||||||
| 	.set_sg		= ethtool_op_set_sg, |  | ||||||
| 	.get_link	= ethtool_op_get_link, | 	.get_link	= ethtool_op_get_link, | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
|  | @ -397,6 +395,7 @@ static int netvsc_probe(struct device *device) | ||||||
| 	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; | 	net->features = NETIF_F_SG; | ||||||
| 
 | 
 | ||||||
| 	SET_ETHTOOL_OPS(net, ðtool_ops); | 	SET_ETHTOOL_OPS(net, ðtool_ops); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Michał Mirosław
				Michał Mirosław