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>
This commit is contained in:
parent
475414f6f2
commit
a861a8b233
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue