aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/netdev_features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdev_features.h b/include/linux/netdev_features.h
index 04ac8f8433e9..20e3a1f9892d 100644
--- a/include/linux/netdev_features.h
+++ b/include/linux/netdev_features.h
@@ -12,7 +12,7 @@
12 12
13#include <linux/types.h> 13#include <linux/types.h>
14 14
15typedef u32 netdev_features_t; 15typedef u64 netdev_features_t;
16 16
17enum { 17enum {
18 NETIF_F_SG_BIT, /* Scatter/gather IO. */ 18 NETIF_F_SG_BIT, /* Scatter/gather IO. */