diff options
Diffstat (limited to 'drivers/net/bonding/bond_3ad.c')
-rw-r--r-- | drivers/net/bonding/bond_3ad.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/bonding/bond_3ad.c b/drivers/net/bonding/bond_3ad.c index ebb539e090c3..6106660a4a44 100644 --- a/drivers/net/bonding/bond_3ad.c +++ b/drivers/net/bonding/bond_3ad.c | |||
@@ -2107,6 +2107,7 @@ void bond_3ad_state_machine_handler(struct work_struct *work) | |||
2107 | aggregator = __get_first_agg(port); | 2107 | aggregator = __get_first_agg(port); |
2108 | ad_agg_selection_logic(aggregator); | 2108 | ad_agg_selection_logic(aggregator); |
2109 | } | 2109 | } |
2110 | bond_3ad_set_carrier(bond); | ||
2110 | } | 2111 | } |
2111 | 2112 | ||
2112 | // for each port run the state machines | 2113 | // for each port run the state machines |