1NETDEV_UPDATE_FEATUR(9) Network device support NETDEV_UPDATE_FEATUR(9)
23
4
NAME
6netdev_update_features - recalculate device features
7
SYNOPSIS
9void netdev_update_features(struct net_device * dev);
10
ARGUMENTS
12dev
13the device to check
14
DESCRIPTION
16Recalculate dev->features set and send notifications if it has changed.
17Should be called after driver or hardware dependent conditions might
18have changed that influence the features.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 NETDEV_UPDATE_FEATUR(9)