]> git.baikalelectronics.ru Git - kernel.git/commit
netdevice: move netdev_cap_txqueue for shared usage to header
authorDaniel Borkmann <dborkman@redhat.com>
Sun, 16 Feb 2014 14:55:21 +0000 (15:55 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Feb 2014 05:36:34 +0000 (00:36 -0500)
commit9730a9e6251820285c84b6a5de0833c89f484692
tree277be7b469483258b41497d1e47901cf745a1e62
parentb39db2bcfd916e7dedf6e431e123559c3a02e549
netdevice: move netdev_cap_txqueue for shared usage to header

In order to allow users to invoke netdev_cap_txqueue, it needs to
be moved into netdevice.h header file. While at it, also add kernel
doc header to document the API.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/flow_dissector.c