Skip to content
Snippets Groups Projects
Commit a861a8b2 authored by Michał Mirosław's avatar Michał Mirosław Committed by David S. Miller
Browse files

net: extend netdev_features_t to 64 bits

parent 475414f6
No related branches found
No related tags found
No related merge requests found
......@@ -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. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment