| Submitter | Michał Mirosław |
|---|---|
| Date | Oct. 25, 2011, 12:36 a.m. |
| Message ID | <cb4d6010589b4d99097a82e2e8cea5f51ef6f765.1319495302.git.mirq-linux@rere.qmqm.pl> |
| Download | mbox | patch |
| Permalink | /patch/121466/ |
| State | Deferred |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/include/linux/netdev_features.h b/include/linux/netdev_features.h index 04ac8f8..20e3a1f 100644 --- a/include/linux/netdev_features.h +++ b/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. */
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> --- include/linux/netdev_features.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)