提交 a861a8b2 编写于 作者: M Michał Mirosław 提交者: David S. Miller

net: extend netdev_features_t to 64 bits

Signed-off-by: NMichał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 475414f6
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include <linux/types.h> #include <linux/types.h>
typedef u32 netdev_features_t; typedef u64 netdev_features_t;
enum { enum {
NETIF_F_SG_BIT, /* Scatter/gather IO. */ NETIF_F_SG_BIT, /* Scatter/gather IO. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册