diff options
author | Holger Eitzenberger <holger@eitzenberger.org> | 2008-12-26 16:27:21 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-26 16:27:21 -0500 |
commit | 1624db7be0d9f77f5494efe1b066d1d44b46c96c (patch) | |
tree | 82dab0cc481a5a9c4d3c5161e9bd5b29b203f455 /drivers/net/bonding/bond_3ad.h | |
parent | f48127b6f3270cf7234a7a9f770533332e85e8ae (diff) |
802.3ad: turn ports is_individual into a bool
Turn ports is_individual into a bool. There is no functional change.
Signed-off-by: Holger Eitzenberger <heitzenberger@astaro.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
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; |