Commit a861a8b2 authored by Michał Mirosław's avatar Michał Mirosław Committed by David S. Miller

net: extend netdev_features_t to 64 bits

Signed-off-by: default avatarMichał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 475414f6
......@@ -12,7 +12,7 @@
#include <linux/types.h>
typedef u32 netdev_features_t;
typedef u64 netdev_features_t;
enum {
NETIF_F_SG_BIT, /* Scatter/gather IO. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment