|
@@ -858,8 +858,7 @@ struct netdev_fcoe_hbainfo {
|
|
|
* flow_id is a flow ID to be passed to rps_may_expire_flow() later.
|
|
* flow_id is a flow ID to be passed to rps_may_expire_flow() later.
|
|
|
* Return the filter ID on success, or a negative error code.
|
|
* Return the filter ID on success, or a negative error code.
|
|
|
*
|
|
*
|
|
|
- * Slave management functions (for bridge, bonding, etc). User should
|
|
|
|
|
- * call netdev_set_master() to set dev->master properly.
|
|
|
|
|
|
|
+ * Slave management functions (for bridge, bonding, etc).
|
|
|
* int (*ndo_add_slave)(struct net_device *dev, struct net_device *slave_dev);
|
|
* int (*ndo_add_slave)(struct net_device *dev, struct net_device *slave_dev);
|
|
|
* Called to make another netdev an underling.
|
|
* Called to make another netdev an underling.
|
|
|
*
|
|
*
|
|
@@ -2650,9 +2649,6 @@ extern int netdev_master_upper_dev_link(struct net_device *dev,
|
|
|
struct net_device *upper_dev);
|
|
struct net_device *upper_dev);
|
|
|
extern void netdev_upper_dev_unlink(struct net_device *dev,
|
|
extern void netdev_upper_dev_unlink(struct net_device *dev,
|
|
|
struct net_device *upper_dev);
|
|
struct net_device *upper_dev);
|
|
|
-extern int netdev_set_master(struct net_device *dev, struct net_device *master);
|
|
|
|
|
-extern int netdev_set_bond_master(struct net_device *dev,
|
|
|
|
|
- struct net_device *master);
|
|
|
|
|
extern int skb_checksum_help(struct sk_buff *skb);
|
|
extern int skb_checksum_help(struct sk_buff *skb);
|
|
|
extern struct sk_buff *skb_gso_segment(struct sk_buff *skb,
|
|
extern struct sk_buff *skb_gso_segment(struct sk_buff *skb,
|
|
|
netdev_features_t features);
|
|
netdev_features_t features);
|