diff options
Diffstat (limited to 'drivers/net/can/dev.c')
-rw-r--r-- | drivers/net/can/dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/can/dev.c b/drivers/net/can/dev.c index 25695bde0549..120f1ab5a2ce 100644 --- a/drivers/net/can/dev.c +++ b/drivers/net/can/dev.c | |||
@@ -454,7 +454,7 @@ static void can_setup(struct net_device *dev) | |||
454 | 454 | ||
455 | /* New-style flags. */ | 455 | /* New-style flags. */ |
456 | dev->flags = IFF_NOARP; | 456 | dev->flags = IFF_NOARP; |
457 | dev->features = NETIF_F_NO_CSUM; | 457 | dev->features = NETIF_F_HW_CSUM; |
458 | } | 458 | } |
459 | 459 | ||
460 | struct sk_buff *alloc_can_skb(struct net_device *dev, struct can_frame **cf) | 460 | struct sk_buff *alloc_can_skb(struct net_device *dev, struct can_frame **cf) |