diff options
author | Mark Zhang <markz@mellanox.com> | 2019-07-31 14:40:13 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-01-29 10:24:29 +0100 |
commit | ef25c0172fc4e30473a80d3f6c99a7e0e97c44c7 (patch) | |
tree | 9e54983218f73e2dac456db7969ab06c01af4761 /include | |
parent | b18c3ca2cbf3028a4c7386f81dfcb08cabb9acda (diff) | |
download | linux-stable-ef25c0172fc4e30473a80d3f6c99a7e0e97c44c7.tar.gz linux-stable-ef25c0172fc4e30473a80d3f6c99a7e0e97c44c7.tar.bz2 linux-stable-ef25c0172fc4e30473a80d3f6c99a7e0e97c44c7.zip |
net/mlx5: Fix mlx5_ifc_query_lag_out_bits
[ Upstream commit ea77388b02270b0af8dc57f668f311235ea068f0 ]
Remove the "reserved_at_40" field to match the device specification.
Fixes: 84df61ebc69b ("net/mlx5: Add HW interfaces used by LAG")
Signed-off-by: Mark Zhang <markz@mellanox.com>
Reviewed-by: Yishai Hadas <yishaih@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mlx5/mlx5_ifc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h index 20ee90c47cd5..6dd276227217 100644 --- a/include/linux/mlx5/mlx5_ifc.h +++ b/include/linux/mlx5/mlx5_ifc.h @@ -7909,8 +7909,6 @@ struct mlx5_ifc_query_lag_out_bits { u8 syndrome[0x20]; - u8 reserved_at_40[0x40]; - struct mlx5_ifc_lagc_bits ctx; }; |