Loading net/rmnet_data/rmnet_data_vnd.c +2 −1 Original line number Diff line number Diff line Loading @@ -593,7 +593,8 @@ int rmnet_vnd_create_dev(int id, struct net_device **new_device, if (!prefix) { /* Configuring UL checksum offload on rmnet_data interfaces */ dev->hw_features = NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM; dev->hw_features = NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | NETIF_F_IPV6_UDP_CSUM; } rc = register_netdevice(dev); Loading Loading
net/rmnet_data/rmnet_data_vnd.c +2 −1 Original line number Diff line number Diff line Loading @@ -593,7 +593,8 @@ int rmnet_vnd_create_dev(int id, struct net_device **new_device, if (!prefix) { /* Configuring UL checksum offload on rmnet_data interfaces */ dev->hw_features = NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM; dev->hw_features = NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | NETIF_F_IPV6_UDP_CSUM; } rc = register_netdevice(dev); Loading