1. NAME

netdev_update_features - recalculate device features

2. SYNOPSIS

void netdev_update_features(struct net_device *  dev );

3. ARGUMENTS

dev
    the device to check

4. DESCRIPTION

Recalculate dev->features set and send notifications if it has changed. Should be called after driver or hardware dependent conditions might have changed that influence the features.

5. COPYRIGHT