diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 5eeb2cd3631c..423a5447d2ed 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -2550,6 +2550,7 @@ static inline u32 netdev_get_wanted_features(struct net_device *dev) | |||
2550 | } | 2550 | } |
2551 | u32 netdev_increment_features(u32 all, u32 one, u32 mask); | 2551 | u32 netdev_increment_features(u32 all, u32 one, u32 mask); |
2552 | u32 netdev_fix_features(struct net_device *dev, u32 features); | 2552 | u32 netdev_fix_features(struct net_device *dev, u32 features); |
2553 | int __netdev_update_features(struct net_device *dev); | ||
2553 | void netdev_update_features(struct net_device *dev); | 2554 | void netdev_update_features(struct net_device *dev); |
2554 | 2555 | ||
2555 | void netif_stacked_transfer_operstate(const struct net_device *rootdev, | 2556 | void netif_stacked_transfer_operstate(const struct net_device *rootdev, |