bonding: convert resend_igmp to use the new option API
[deliverable/linux.git] / drivers / net / bonding / bond_netlink.c
index 828013a16c5243f4c2b0704a4691e5c593c530e5..1e099c6e5dda0cf9b81c927439093d5a0e904c70 100644 (file)
@@ -265,7 +265,8 @@ static int bond_changelink(struct net_device *bond_dev,
                int resend_igmp =
                        nla_get_u32(data[IFLA_BOND_RESEND_IGMP]);
 
-               err = bond_option_resend_igmp_set(bond, resend_igmp);
+               bond_opt_initval(&newval, resend_igmp);
+               err = __bond_opt_set(bond, BOND_OPT_RESEND_IGMP, &newval);
                if (err)
                        return err;
        }
This page took 0.025096 seconds and 5 git commands to generate.