diff options
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | 2011-11-15 10:29:55 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-11-16 17:43:11 -0500 |
commit | a861a8b233e9024303fb8e73e465e81ad7119d5a (patch) | |
tree | 1d5f68923e1aa6020eba031f55eb1a7a7f04b480 /include/linux/netdev_features.h | |
parent | 475414f6f20cb1211319f02a96ef241f716cfe1d (diff) |
net: extend netdev_features_t to 64 bits
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netdev_features.h')
-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. */ |