diff options
Diffstat (limited to 'snull')
-rw-r--r-- | snull/snull.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snull/snull.c b/snull/snull.c index 885a50b..b5c5ba4 100644 --- a/snull/snull.c +++ b/snull/snull.c @@ -664,7 +664,7 @@ void snull_init(struct net_device *dev) dev->header_ops = &snull_header_ops; /* keep the default flags, just add NOARP */ dev->flags |= IFF_NOARP; - dev->features |= NETIF_F_NO_CSUM; + dev->features |= NETIF_F_HW_CSUM; /* * Then, initialize the priv field. This encloses the statistics |