diff options
Diffstat (limited to 'drivers/net/xen-netback/common.h')
-rw-r--r-- | drivers/net/xen-netback/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/xen-netback/common.h b/drivers/net/xen-netback/common.h index a46a1e94505d..936c0b3e0ba2 100644 --- a/drivers/net/xen-netback/common.h +++ b/drivers/net/xen-netback/common.h | |||
@@ -241,8 +241,9 @@ struct xenvif_hash_cache { | |||
241 | struct xenvif_hash { | 241 | struct xenvif_hash { |
242 | unsigned int alg; | 242 | unsigned int alg; |
243 | u32 flags; | 243 | u32 flags; |
244 | bool mapping_sel; | ||
244 | u8 key[XEN_NETBK_MAX_HASH_KEY_SIZE]; | 245 | u8 key[XEN_NETBK_MAX_HASH_KEY_SIZE]; |
245 | u32 mapping[XEN_NETBK_MAX_HASH_MAPPING_SIZE]; | 246 | u32 mapping[2][XEN_NETBK_MAX_HASH_MAPPING_SIZE]; |
246 | unsigned int size; | 247 | unsigned int size; |
247 | struct xenvif_hash_cache cache; | 248 | struct xenvif_hash_cache cache; |
248 | }; | 249 | }; |