bonding: convert ad_select to use the new option API
[deliverable/linux.git] / drivers / net / bonding / bond_options.h
index cc8edef812c4e792e854273629debd8d0a665481..53df1762d80f83eb558d0e7cd12fab99b9ab5774 100644 (file)
@@ -50,6 +50,7 @@ enum {
        BOND_OPT_UPDELAY,
        BOND_OPT_LACP_RATE,
        BOND_OPT_MINLINKS,
+       BOND_OPT_AD_SELECT,
        BOND_OPT_LAST
 };
 
@@ -133,4 +134,6 @@ int bond_option_lacp_rate_set(struct bonding *bond,
                              struct bond_opt_value *newval);
 int bond_option_min_links_set(struct bonding *bond,
                              struct bond_opt_value *newval);
+int bond_option_ad_select_set(struct bonding *bond,
+                             struct bond_opt_value *newval);
 #endif /* _BOND_OPTIONS_H */
This page took 0.023467 seconds and 5 git commands to generate.