Skip to content

Commit

Permalink
net: extend netdev_features_t to 64 bits
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Mirosław <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
osctobe authored and davem330 committed Nov 16, 2011
1 parent 475414f commit a861a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/netdev_features.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit a861a8b

Please sign in to comment.