]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit860fd6efa68a3a1760bf3c662acedb972fcbb575
tree0dfa4a3af6a8ebdf371737a6b146ef0a29e108a5
parentba65db33427c2ae56febfe225026bd6d0ba864ca
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