diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 1d5ad053ccf7..811632d4d8b1 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -3634,6 +3634,8 @@ int dev_set_mtu_ext(struct net_device *dev, int mtu, | |||
3634 | int dev_set_mtu(struct net_device *, int); | 3634 | int dev_set_mtu(struct net_device *, int); |
3635 | int dev_change_tx_queue_len(struct net_device *, unsigned long); | 3635 | int dev_change_tx_queue_len(struct net_device *, unsigned long); |
3636 | void dev_set_group(struct net_device *, int); | 3636 | void dev_set_group(struct net_device *, int); |
3637 | int dev_pre_changeaddr_notify(struct net_device *dev, const char *addr, | ||
3638 | struct netlink_ext_ack *extack); | ||
3637 | int dev_set_mac_address(struct net_device *dev, struct sockaddr *sa, | 3639 | int dev_set_mac_address(struct net_device *dev, struct sockaddr *sa, |
3638 | struct netlink_ext_ack *extack); | 3640 | struct netlink_ext_ack *extack); |
3639 | int dev_change_carrier(struct net_device *, bool new_carrier); | 3641 | int dev_change_carrier(struct net_device *, bool new_carrier); |