projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
475414f
)
net: extend netdev_features_t to 64 bits
author
Michał Mirosław
<mirq-linux@rere.qmqm.pl>
Tue, 15 Nov 2011 15:29:55 +0000
(15:29 +0000)
committer
David 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
patch
|
blob
|
history
diff --git
a/include/linux/netdev_features.h
b/include/linux/netdev_features.h
index 04ac8f8433e9d6284179fce2ea98a6581b78c380..20e3a1f9892dd1e71de121c29b7ceba8cd273e65 100644
(file)
--- a/
include/linux/netdev_features.h
+++ b/
include/linux/netdev_features.h
@@
-12,7
+12,7
@@
#include <linux/types.h>
-typedef u
32
netdev_features_t;
+typedef u
64
netdev_features_t;
enum {
NETIF_F_SG_BIT, /* Scatter/gather IO. */