aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mlx4/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mlx4/device.h')
-rw-r--r--include/linux/mlx4/device.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mlx4/device.h b/include/linux/mlx4/device.h
index 86e02e5c2c77..f211b51dc726 100644
--- a/include/linux/mlx4/device.h
+++ b/include/linux/mlx4/device.h
@@ -632,7 +632,8 @@ struct mlx4_eth_av {
632 u8 hop_limit; 632 u8 hop_limit;
633 __be32 sl_tclass_flowlabel; 633 __be32 sl_tclass_flowlabel;
634 u8 dgid[16]; 634 u8 dgid[16];
635 u32 reserved4[2]; 635 u8 s_mac[6];
636 u8 reserved4[2];
636 __be16 vlan; 637 __be16 vlan;
637 u8 mac[ETH_ALEN]; 638 u8 mac[ETH_ALEN];
638}; 639};