Name
set_netdev_hw_features —
Set netdev's hw_features
Synopsis
void set_netdev_hw_features ( | struct net_device * netdev, |
| u32 hw_features) ; |
Arguments
netdev
Network device
hw_features
Bitmap of device's changeable features
Description
hw_features must not be changed after netdev initialization.
Drivers that set hw_features must not have legacy ethtool ops.