Skip to content
Commit f7fb92ac authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'bridge-mrp-Update-MRP_PORT_ROLE'



Horatiu Vultur says:

====================
bridge: mrp: Update MRP_PORT_ROLE

This patch series does the following:
- fixes the enum br_mrp_port_role_type. It removes the port role none(0x2)
  because this is in conflict with the standard. The standard defines the
  interconnect port role as value 0x2.
- adds checks regarding current defined port roles: primary(0x0) and
  secondary(0x1).

v2:
 - add the validation code when setting the port role.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 26ac10be 7882c895
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment