diff options
Diffstat (limited to 'drivers/net/bonding/bond_3ad.h')
-rw-r--r-- | drivers/net/bonding/bond_3ad.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_3ad.h b/drivers/net/bonding/bond_3ad.h index d5332cc6deea..1c97def13f66 100644 --- a/drivers/net/bonding/bond_3ad.h +++ b/drivers/net/bonding/bond_3ad.h | |||
@@ -215,7 +215,7 @@ typedef struct port { | |||
215 | struct mac_addr actor_system; // This parameter is added here although it is not specified in the standard, just for simplification | 215 | struct mac_addr actor_system; // This parameter is added here although it is not specified in the standard, just for simplification |
216 | u16 actor_system_priority; // This parameter is added here although it is not specified in the standard, just for simplification | 216 | u16 actor_system_priority; // This parameter is added here although it is not specified in the standard, just for simplification |
217 | u16 actor_port_aggregator_identifier; | 217 | u16 actor_port_aggregator_identifier; |
218 | u16 ntt; // BOOLEAN | 218 | bool ntt; |
219 | u16 actor_admin_port_key; | 219 | u16 actor_admin_port_key; |
220 | u16 actor_oper_port_key; | 220 | u16 actor_oper_port_key; |
221 | u8 actor_admin_port_state; | 221 | u8 actor_admin_port_state; |