]> git.baikalelectronics.ru Git - kernel.git/commit
net: Fix typo in netdev_intersect_features
authorTom Herbert <tom@herbertland.com>
Mon, 11 Jan 2016 18:19:10 +0000 (10:19 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Jan 2016 04:28:44 +0000 (23:28 -0500)
commit292b57ec965d849f40c0d61c6ebc260537e9f9ac
treef44da6e689cd2ddbb31a6ec29c21a918ae8bd45f
parentcd4befee195e97b0497801f3d8482dff16cd9c4e
net: Fix typo in netdev_intersect_features

Obviously need to 'or in NETIF_F_IP_CSUM and NETIF_F_IPV6_CSUM.

Fixes: 1219f4b925f026 ("net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM")
Reported-by: Jack Morgenstein <jackm@dev.mellanox.co.il>
Signed-off-by: Tom Herbert <tom@herbertland.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h