aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_3ad.h
diff options
context:
space:
mode:
authorHolger Eitzenberger <holger@eitzenberger.org>2008-12-26 13:27:21 -0800
committerDavid S. Miller <davem@davemloft.net>2008-12-26 13:27:21 -0800
commit1624db7be0d9f77f5494efe1b066d1d44b46c96c (patch)
tree82dab0cc481a5a9c4d3c5161e9bd5b29b203f455 /drivers/net/bonding/bond_3ad.h
parent802.3ad: turn ports is_enabled into a bool (diff)
downloadlinux-dev-1624db7be0d9f77f5494efe1b066d1d44b46c96c.tar.xz
linux-dev-1624db7be0d9f77f5494efe1b066d1d44b46c96c.zip
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 '')
-rw-r--r--drivers/net/bonding/bond_3ad.h2
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;
typedef struct aggregator {
struct mac_addr aggregator_mac_address;
u16 aggregator_identifier;
- u16 is_individual; // BOOLEAN
+ bool is_individual;
u16 actor_admin_aggregator_key;
u16 actor_oper_aggregator_key;
struct mac_addr partner_system;