diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/bond_3ad.h | 1 | ||||
| -rw-r--r-- | include/net/bonding.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bond_3ad.h b/include/net/bond_3ad.h index e01d903633ef..f04cdbb7848e 100644 --- a/include/net/bond_3ad.h +++ b/include/net/bond_3ad.h | |||
| @@ -274,7 +274,6 @@ void bond_3ad_handle_link_change(struct slave *slave, char link); | |||
| 274 | int bond_3ad_get_active_agg_info(struct bonding *bond, struct ad_info *ad_info); | 274 | int bond_3ad_get_active_agg_info(struct bonding *bond, struct ad_info *ad_info); |
| 275 | int __bond_3ad_get_active_agg_info(struct bonding *bond, | 275 | int __bond_3ad_get_active_agg_info(struct bonding *bond, |
| 276 | struct ad_info *ad_info); | 276 | struct ad_info *ad_info); |
| 277 | int bond_3ad_xmit_xor(struct sk_buff *skb, struct net_device *dev); | ||
| 278 | int bond_3ad_lacpdu_recv(const struct sk_buff *skb, struct bonding *bond, | 277 | int bond_3ad_lacpdu_recv(const struct sk_buff *skb, struct bonding *bond, |
| 279 | struct slave *slave); | 278 | struct slave *slave); |
| 280 | int bond_3ad_set_carrier(struct bonding *bond); | 279 | int bond_3ad_set_carrier(struct bonding *bond); |
diff --git a/include/net/bonding.h b/include/net/bonding.h index 983a94b86b95..29f53eacac0a 100644 --- a/include/net/bonding.h +++ b/include/net/bonding.h | |||
| @@ -525,6 +525,7 @@ void bond_sysfs_slave_del(struct slave *slave); | |||
| 525 | int bond_enslave(struct net_device *bond_dev, struct net_device *slave_dev); | 525 | int bond_enslave(struct net_device *bond_dev, struct net_device *slave_dev); |
| 526 | int bond_release(struct net_device *bond_dev, struct net_device *slave_dev); | 526 | int bond_release(struct net_device *bond_dev, struct net_device *slave_dev); |
| 527 | u32 bond_xmit_hash(struct bonding *bond, struct sk_buff *skb); | 527 | u32 bond_xmit_hash(struct bonding *bond, struct sk_buff *skb); |
| 528 | int bond_set_carrier(struct bonding *bond); | ||
| 528 | void bond_select_active_slave(struct bonding *bond); | 529 | void bond_select_active_slave(struct bonding *bond); |
| 529 | void bond_change_active_slave(struct bonding *bond, struct slave *new_active); | 530 | void bond_change_active_slave(struct bonding *bond, struct slave *new_active); |
| 530 | void bond_create_debugfs(void); | 531 | void bond_create_debugfs(void); |
