aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_sysfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/bonding/bond_sysfs.c')
-rw-r--r--drivers/net/bonding/bond_sysfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/bonding/bond_sysfs.c b/drivers/net/bonding/bond_sysfs.c
index 88fcb25e554a..03d1196b844d 100644
--- a/drivers/net/bonding/bond_sysfs.c
+++ b/drivers/net/bonding/bond_sysfs.c
@@ -804,6 +804,7 @@ static ssize_t bonding_store_lacp(struct device *d,
804 804
805 if ((new_value == 1) || (new_value == 0)) { 805 if ((new_value == 1) || (new_value == 0)) {
806 bond->params.lacp_fast = new_value; 806 bond->params.lacp_fast = new_value;
807 bond_3ad_update_lacp_rate(bond);
807 pr_info("%s: Setting LACP rate to %s (%d).\n", 808 pr_info("%s: Setting LACP rate to %s (%d).\n",
808 bond->dev->name, bond_lacp_tbl[new_value].modename, 809 bond->dev->name, bond_lacp_tbl[new_value].modename,
809 new_value); 810 new_value);