diff options
Diffstat (limited to 'drivers/net/hyperv/hyperv_net.h')
-rw-r--r-- | drivers/net/hyperv/hyperv_net.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/hyperv/hyperv_net.h b/drivers/net/hyperv/hyperv_net.h index f4130af09244..fcb92c0d0eb9 100644 --- a/drivers/net/hyperv/hyperv_net.h +++ b/drivers/net/hyperv/hyperv_net.h | |||
@@ -624,6 +624,7 @@ struct nvsp_message { | |||
624 | #define RNDIS_PKT_ALIGN_DEFAULT 8 | 624 | #define RNDIS_PKT_ALIGN_DEFAULT 8 |
625 | 625 | ||
626 | struct multi_send_data { | 626 | struct multi_send_data { |
627 | struct sk_buff *skb; /* skb containing the pkt */ | ||
627 | struct hv_netvsc_packet *pkt; /* netvsc pkt pending */ | 628 | struct hv_netvsc_packet *pkt; /* netvsc pkt pending */ |
628 | u32 count; /* counter of batched packets */ | 629 | u32 count; /* counter of batched packets */ |
629 | }; | 630 | }; |