commit | 06bdf2803cae82c66c666b932f21b7c01d7b2ef9 | [log] [tgz] |
---|---|---|
author | Haiyang Zhang <haiyangz@microsoft.com> | Thu Jun 14 18:29:09 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 14 20:15:44 2018 -0700 |
tree | 0dfa4a3af6a8ebdf371737a6b146ef0a29e108a5 | |
parent | f1693c63ab133d16994cc50f773982b5905af264 [diff] |
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>