diff options
-rw-r--r-- | include/linux/netdev_features.h | 2 |
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 | ||
15 | typedef u32 netdev_features_t; | 15 | typedef u64 netdev_features_t; |
16 | 16 | ||
17 | enum { | 17 | enum { |
18 | NETIF_F_SG_BIT, /* Scatter/gather IO. */ | 18 | NETIF_F_SG_BIT, /* Scatter/gather IO. */ |