]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit75c26116c7201d30bdc0aeae820d84bf6fe8c3a9
treeedaa2912ae3acab49be8cfbfc75b689fdccd31f3
parent2e2be97716eac94dae96042e1e907821afb6f801
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