diff options
author | Veaceslav Falico <vfalico@redhat.com> | 2013-08-29 23:38:57 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-09-03 22:02:32 -0400 |
commit | d3ab3ffd1d728d7ee77340e7e7e2c7cfe6a4013e (patch) | |
tree | ed2e6e288228b1c319c85878155f1be085d09dc3 /drivers/net/bonding/bond_alb.h | |
parent | 6f477d420183f7cacc73f46a93e12961cb234e91 (diff) | |
download | linux-d3ab3ffd1d728d7ee77340e7e7e2c7cfe6a4013e.tar.bz2 |
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.h | 1 |
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 */ }; |