diff options
author | Peter Pan(潘卫平) <panweiping3@gmail.com> | 2011-06-08 21:19:03 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-06-09 15:02:19 -0700 |
commit | 1a14fbcbc96bd098540eb54b66976c20a73b8473 (patch) | |
tree | a463fb02729d631467f5d9f3e822256192084651 /drivers/net/bonding/bond_3ad.h | |
parent | 56d00c677de0a6285587af4f6c6f10aef3209f9f (diff) | |
download | op-kernel-dev-1a14fbcbc96bd098540eb54b66976c20a73b8473.zip op-kernel-dev-1a14fbcbc96bd098540eb54b66976c20a73b8473.tar.gz |
bonding:delete agg_select_mode from ad_bond_info
bond_params->ad_select and ad_bond_info->agg_select_mode have the same
meaning, they are duplicate and need extra synchronization.
__get_agg_selection_mode() get ad_select from bond_params directly.
Signed-off-by: Weiping Pan <panweiping3@gmail.com>
Signed-off-by: Jay Vosburgh <fubar@us.ibm.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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_3ad.h b/drivers/net/bonding/bond_3ad.h index 9782785..1682e69 100644 --- a/drivers/net/bonding/bond_3ad.h +++ b/drivers/net/bonding/bond_3ad.h @@ -253,7 +253,6 @@ struct ad_system { struct ad_bond_info { struct ad_system system; /* 802.3ad system structure */ u32 agg_select_timer; // Timer to select aggregator after all adapter's hand shakes - u32 agg_select_mode; // Mode of selection of active aggregator(bandwidth/count) struct timer_list ad_timer; }; |