bonding: convert miimon to use the new option API
[cascardo/linux.git] / drivers / net / bonding / bond_netlink.c
index 6855f28..64e45c9 100644 (file)
@@ -132,7 +132,8 @@ static int bond_changelink(struct net_device *bond_dev,
        if (data[IFLA_BOND_MIIMON]) {
                miimon = nla_get_u32(data[IFLA_BOND_MIIMON]);
 
-               err = bond_option_miimon_set(bond, miimon);
+               bond_opt_initval(&newval, miimon);
+               err = __bond_opt_set(bond, BOND_OPT_MIIMON, &newval);
                if (err)
                        return err;
        }