Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a861a8b2 authored by Michał Mirosław's avatar Michał Mirosław Committed by David S. Miller
Browse files

net: extend netdev_features_t to 64 bits

parent 475414f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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. */