net/ixgbe: fix build with gcc 4.5.1
authorRadu Nicolau <radu.nicolau@intel.com>
Mon, 6 Nov 2017 11:36:47 +0000 (11:36 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 7 Nov 2017 01:33:05 +0000 (02:33 +0100)
commita8c839a675bd4f2ae6a84df633f6c99916266d2a
tree9d7af9eb76f547041ad2a6c9f8168258eac72f27
parent5a4933e56be41667c3e0b939216fecf31bfed360
net/ixgbe: fix build with gcc 4.5.1

On SUSE11 with gcc 4.5.1 the following build error occurred,
most likely because of improper handling of annonymous unions:

drivers/net/ixgbe/ixgbe_ipsec.c:579:4: error:
unknown field ‘ipsec’ specified in initializer

Fixes: 9a0752f498d2 ("net/ixgbe: enable inline IPsec")

Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>
drivers/net/ixgbe/ixgbe_ipsec.c