summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2021-06-03 15:00:30 -0700
committerDavid S. Miller <davem@davemloft.net>2021-06-03 15:00:30 -0700
commitfcd1a53064cf44ef912c354859027ef291147848 (patch)
treef6f4443f771e50da85f41dfca713304900624292 /include
parent6a8dd8b2fa5b7cec4b13f5f5b2589d9abbac0fab (diff)
parentf68406ca3b77c90d249e7f50e8f3015408d9ad4a (diff)
downloadlinux-stable-fcd1a53064cf44ef912c354859027ef291147848.tar.gz
linux-stable-fcd1a53064cf44ef912c354859027ef291147848.tar.bz2
linux-stable-fcd1a53064cf44ef912c354859027ef291147848.zip
Merge tag 'mlx5-updates-2021-06-03' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
Saeed Mahameed says: ==================== This series provides misc updates for mlx5 drivers. For more information please see tag log below. Please pull and let me know if there is any problem. mlx5-updates-2021-06-03 This series contains misc updates for mlx5 driver 1) Alaa disables advanced features when kdump mode to save on memory 2) Jakub counts all link flap events 3) Meir adds support for IPoIB NDR speed 4) Various misc cleanup ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/netdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 5cbc950b34df..be1dcceda5e4 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -4187,8 +4187,8 @@ unsigned long dev_trans_start(struct net_device *dev);
void __netdev_watchdog_up(struct net_device *dev);
void netif_carrier_on(struct net_device *dev);
-
void netif_carrier_off(struct net_device *dev);
+void netif_carrier_event(struct net_device *dev);
/**
* netif_dormant_on - mark device as dormant.