aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_3ad.h
diff options
context:
space:
mode:
authorHolger Eitzenberger <holger@eitzenberger.org>2008-12-26 11:18:15 -0800
committerDavid S. Miller <davem@davemloft.net>2008-12-26 11:18:15 -0800
commitd238d458a70ad134cb421c3ffc66242277f30dda (patch)
tree2dd5311883e58ce341dd338aa40abc434ab57771 /drivers/net/bonding/bond_3ad.h
parentixgbe: Fix set_ringparam in ixgbe to use the same memory pools. (diff)
downloadlinux-dev-d238d458a70ad134cb421c3ffc66242277f30dda.tar.xz
linux-dev-d238d458a70ad134cb421c3ffc66242277f30dda.zip
802.3ad: make ntt bool
Turn Need-To-Transmit port variable into a bool. There is no functional change. Signed-off-by: Holger Eitzenberger <holger@eitzenberger.org> 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 d5332cc6deea..1c97def13f66 100644
--- a/drivers/net/bonding/bond_3ad.h
+++ b/drivers/net/bonding/bond_3ad.h
@@ -215,7 +215,7 @@ typedef struct port {
struct mac_addr actor_system; // This parameter is added here although it is not specified in the standard, just for simplification
u16 actor_system_priority; // This parameter is added here although it is not specified in the standard, just for simplification
u16 actor_port_aggregator_identifier;
- u16 ntt; // BOOLEAN
+ bool ntt;
u16 actor_admin_port_key;
u16 actor_oper_port_key;
u8 actor_admin_port_state;