hv_netvsc: Fix the variable sizes in ipsecv2 and rsc offload
authorHaiyang Zhang <haiyangz@microsoft.com>
Fri, 15 Jun 2018 01:29:09 +0000 (18:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Jun 2018 03:15:44 +0000 (20:15 -0700)
commit06bdf2803cae82c66c666b932f21b7c01d7b2ef9
tree0dfa4a3af6a8ebdf371737a6b146ef0a29e108a5
parentf1693c63ab133d16994cc50f773982b5905af264
hv_netvsc: Fix the variable sizes in ipsecv2 and rsc offload

These fields in struct ndis_ipsecv2_offload and struct ndis_rsc_offload
are one byte according to the specs. This patch defines them with the
right size. These structs are not in use right now, but will be used soon.

Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hyperv/hyperv_net.h