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://git.stricted.de/?a=commitdiff_plain;h=a861a8b233e9024303fb8e73e465e81ad7119d5a;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.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 04ac8f8433e9..20e3a1f9892d 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. */