hv_netvsc: Eliminate xmit_more from struct hv_netvsc_packet
Eliminate xmit_more from struct hv_netvsc_packet. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
a429bda374
commit
bde79be529
@@ -131,7 +131,6 @@ struct ndis_tcp_ip_checksum_info;
|
||||
struct hv_netvsc_packet {
|
||||
/* Bookkeeping stuff */
|
||||
u8 status;
|
||||
u8 xmit_more; /* from skb */
|
||||
u8 cp_partial; /* partial copy into send buffer */
|
||||
|
||||
u8 rmsg_size; /* RNDIS header and PPI size */
|
||||
|
Reference in New Issue
Block a user