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 1f822a1d29aa..daefd1652d45 100644 --- a/drivers/net/bonding/bond_3ad.h +++ b/drivers/net/bonding/bond_3ad.h | |||
@@ -184,7 +184,7 @@ struct port; | |||
184 | typedef struct aggregator { | 184 | typedef struct aggregator { |
185 | struct mac_addr aggregator_mac_address; | 185 | struct mac_addr aggregator_mac_address; |
186 | u16 aggregator_identifier; | 186 | u16 aggregator_identifier; |
187 | u16 is_individual; // BOOLEAN | 187 | bool is_individual; |
188 | u16 actor_admin_aggregator_key; | 188 | u16 actor_admin_aggregator_key; |
189 | u16 actor_oper_aggregator_key; | 189 | u16 actor_oper_aggregator_key; |
190 | struct mac_addr partner_system; | 190 | struct mac_addr partner_system; |