aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv/hyperv_net.h
diff options
context:
space:
mode:
authorKY Srinivasan <[email protected]>2015-12-02 00:43:15 +0000
committerDavid S. Miller <[email protected]>2015-12-03 04:43:25 +0000
commit694a9fb0263dddfb07bc490a02e59d6962602fe8 (patch)
tree4024599d571c80db45e2abf7a569d2420d4dd7b8 /drivers/net/hyperv/hyperv_net.h
parenthv_netvsc: Eliminate send_completion_tid from struct hv_netvsc_packet (diff)
downloadkernel-694a9fb0263dddfb07bc490a02e59d6962602fe8.tar.gz
kernel-694a9fb0263dddfb07bc490a02e59d6962602fe8.zip
hv_netvsc: Eliminate is_data_pkt from struct hv_netvsc_packet
Eliminate is_data_pkt from struct hv_netvsc_packet. Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/net/hyperv/hyperv_net.h')
-rw-r--r--drivers/net/hyperv/hyperv_net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/hyperv/hyperv_net.h b/drivers/net/hyperv/hyperv_net.h
index eebfbe5f2f3d..2f69e31bc07d 100644
--- a/drivers/net/hyperv/hyperv_net.h
+++ b/drivers/net/hyperv/hyperv_net.h
@@ -131,7 +131,6 @@ struct ndis_tcp_ip_checksum_info;
struct hv_netvsc_packet {
/* Bookkeeping stuff */
u8 status;
- u8 is_data_pkt;
u8 xmit_more; /* from skb */
u8 cp_partial; /* partial copy into send buffer */