net: extend netdev_features_t to 64 bits
[deliverable/linux.git] / include / linux / netdev_features.h
index 04ac8f8433e9d6284179fce2ea98a6581b78c380..20e3a1f9892dd1e71de121c29b7ceba8cd273e65 100644 (file)
@@ -12,7 +12,7 @@
 
 #include <linux/types.h>
 
-typedef u32 netdev_features_t;
+typedef u64 netdev_features_t;
 
 enum {
        NETIF_F_SG_BIT,                 /* Scatter/gather IO. */
This page took 0.026029 seconds and 5 git commands to generate.