Skip to content

Commit 2464bc7

Browse files
HoratiuVulturdavem330
authored andcommitted
bridge: uapi: mrp: Fix MRP_PORT_ROLE
Currently the MRP_PORT_ROLE_NONE has the value 0x2 but this is in conflict with the IEC 62439-2 standard. The standard defines the following port roles: primary (0x0), secondary(0x1), interconnect(0x2). Therefore remove the port role none. Fixes: 4714d13 ("bridge: uapi: mrp: Add mrp attributes.") Signed-off-by: Horatiu Vultur <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 26ac10b commit 2464bc7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/uapi/linux/mrp_bridge.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ enum br_mrp_port_state_type {
3636
enum br_mrp_port_role_type {
3737
BR_MRP_PORT_ROLE_PRIMARY,
3838
BR_MRP_PORT_ROLE_SECONDARY,
39-
BR_MRP_PORT_ROLE_NONE,
4039
};
4140

4241
enum br_mrp_tlv_header_type {

0 commit comments

Comments
 (0)