diff options
Diffstat (limited to 'drivers/net/hyperv/hyperv_net.h')
| -rw-r--r-- | drivers/net/hyperv/hyperv_net.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/drivers/net/hyperv/hyperv_net.h b/drivers/net/hyperv/hyperv_net.h index d3e73ac158ae..f9f3dba7a588 100644 --- a/drivers/net/hyperv/hyperv_net.h +++ b/drivers/net/hyperv/hyperv_net.h @@ -700,6 +700,8 @@ struct net_device_context {  	u32 tx_checksum_mask; +	u32 tx_send_table[VRSS_SEND_TAB_SIZE]; +  	/* Ethtool settings */  	u8 duplex;  	u32 speed; @@ -757,7 +759,6 @@ struct netvsc_device {  	struct nvsp_message revoke_packet; -	u32 send_table[VRSS_SEND_TAB_SIZE];  	u32 max_chn;  	u32 num_chn;  	spinlock_t sc_lock; /* Protects num_sc_offered variable */ |