mlxsw: emad: Remove deprecated EMAD TLVs
Remove deprecated EMAD TLVs. Signed-off-by: Shalom Toledo <shalomt@mellanox.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
5aa4165c60
commit
d17eb4030c
|
@ -19,10 +19,7 @@
|
|||
enum {
|
||||
MLXSW_EMAD_TLV_TYPE_END,
|
||||
MLXSW_EMAD_TLV_TYPE_OP,
|
||||
MLXSW_EMAD_TLV_TYPE_DR,
|
||||
MLXSW_EMAD_TLV_TYPE_REG,
|
||||
MLXSW_EMAD_TLV_TYPE_USERDATA,
|
||||
MLXSW_EMAD_TLV_TYPE_OOBETH,
|
||||
MLXSW_EMAD_TLV_TYPE_REG = 0x3,
|
||||
};
|
||||
|
||||
/* OP TLV */
|
||||
|
|
Loading…
Reference in New Issue