浏览代码

net: extend netdev_features_t to 64 bits

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
Michał Mirosław 13 年之前
父节点
当前提交
a861a8b233
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/linux/netdev_features.h

+ 1 - 1
include/linux/netdev_features.h

@@ -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. */