|
@@ -262,7 +262,7 @@ static inline u32 __get_agg_selection_mode(struct port *port)
|
|
|
if (bond == NULL)
|
|
|
return BOND_AD_STABLE;
|
|
|
|
|
|
- return BOND_AD_INFO(bond).agg_select_mode;
|
|
|
+ return bond->params.ad_select;
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -1859,7 +1859,6 @@ static void ad_marker_response_received(struct bond_marker *marker,
|
|
|
void bond_3ad_initiate_agg_selection(struct bonding *bond, int timeout)
|
|
|
{
|
|
|
BOND_AD_INFO(bond).agg_select_timer = timeout;
|
|
|
- BOND_AD_INFO(bond).agg_select_mode = bond->params.ad_select;
|
|
|
}
|
|
|
|
|
|
static u16 aggregator_identifier;
|