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)
commitb9507bdaf40e91fea2b1c0c1ee7dc627c8ee6fd6
tree277be7b469483258b41497d1e47901cf745a1e62
parent99932d4fc03a13bb3e94938fe25458fabc8f2fc3
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