net: Call netdev_features_change() from netdev_update_features()
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>
Sun, 3 Apr 2011 05:48:47 +0000 (22:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Apr 2011 05:48:47 +0000 (22:48 -0700)
commit6cb6a27c45cec9184302c2e350b3593c64bc7f6c
tree1338b3838588ce4c28b71c4e611db51eea53e89b
parente9403c8437cf3721e7901c1a8fcb06bb642a7e55
net: Call netdev_features_change() from netdev_update_features()

Issue FEAT_CHANGE notification when features are changed by
netdev_update_features().  This will allow changes made by extra constraints
on e.g. MTU change to be properly propagated like changes via ethtool.

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.c
net/core/ethtool.c