net: introduce netdev_change_features()
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>
Sat, 7 May 2011 03:22:17 +0000 (03:22 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 May 2011 22:40:56 +0000 (18:40 -0400)
commitafe12cc86b0ba545a01ad8716539ab07ab6e9e89
treeedaa2912ae3acab49be8cfbfc75b689fdccd31f3
parent6c60408e33aba6d1d7241bc9be3b8d1b39509291
net: introduce netdev_change_features()

It will be needed by bonding and other drivers changing vlan_features
after ndo_init callback.

As a bonus, this includes kernel-doc for netdev_update_features().

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