summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_alb.h
diff options
context:
space:
mode:
authorVeaceslav Falico <vfalico@redhat.com>2013-08-29 23:38:57 +0200
committerDavid S. Miller <davem@davemloft.net>2013-09-03 22:02:32 -0400
commitd3ab3ffd1d728d7ee77340e7e7e2c7cfe6a4013e (patch)
treeed2e6e288228b1c319c85878155f1be085d09dc3 /drivers/net/bonding/bond_alb.h
parent6f477d420183f7cacc73f46a93e12961cb234e91 (diff)
downloadlinux-stable-d3ab3ffd1d728d7ee77340e7e7e2c7cfe6a4013e.tar.gz
linux-stable-d3ab3ffd1d728d7ee77340e7e7e2c7cfe6a4013e.tar.bz2
linux-stable-d3ab3ffd1d728d7ee77340e7e7e2c7cfe6a4013e.zip
bonding: use rlb_client_info->vlan_id instead of ->tag
Store VID in ->vlan_id (if any), and remove the useless ->tag. CC: Jay Vosburgh <fubar@us.ibm.com> CC: Andy Gospodarek <andy@greyhouse.net> Signed-off-by: Veaceslav Falico <vfalico@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding/bond_alb.h')
-rw-r--r--drivers/net/bonding/bond_alb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_alb.h b/drivers/net/bonding/bond_alb.h
index e02c9c558c41..28d8e4c7dc06 100644
--- a/drivers/net/bonding/bond_alb.h
+++ b/drivers/net/bonding/bond_alb.h
@@ -125,7 +125,6 @@ struct rlb_client_info {
u8 assigned; /* checking whether this entry is assigned */
u8 ntt; /* flag - need to transmit client info */
struct slave *slave; /* the slave assigned to this client */
- u8 tag; /* flag - need to tag skb */
unsigned short vlan_id; /* VLAN tag associated with IP address */
};