From: Michał Mirosław Date: Tue, 15 Nov 2011 15:29:55 +0000 (+0000) Subject: net: extend netdev_features_t to 64 bits X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a861a8b233e9024303fb8e73e465e81ad7119d5a;p=~shefty%2Frdma-dev.git net: extend netdev_features_t to 64 bits Signed-off-by: Michał Mirosław Signed-off-by: David S. Miller --- diff --git a/include/linux/netdev_features.h b/include/linux/netdev_features.h index 04ac8f8433e..20e3a1f9892 100644 --- a/include/linux/netdev_features.h +++ b/include/linux/netdev_features.h @@ -12,7 +12,7 @@ #include -typedef u32 netdev_features_t; +typedef u64 netdev_features_t; enum { NETIF_F_SG_BIT, /* Scatter/gather IO. */