]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
net: extend netdev_features_t to 64 bits
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>
Tue, 15 Nov 2011 15:29:55 +0000 (15:29 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Nov 2011 22:43:11 +0000 (17:43 -0500)
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
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. */