Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 157186 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +1 lines)
Line  Link Here
0
-- a/drivers/net/tokenring/ibmtr.c
0
++ b/drivers/net/tokenring/ibmtr.c
Lines 1826-1833 static void tr_rx(struct net_device *dev Link Here
1826
                                       skb->protocol = tr_type_trans(skb, dev);
1826
                                       skb->protocol = tr_type_trans(skb, dev);
1827
                                       if (IPv4_p) {
1827
                                       if (IPv4_p) {
1828
                                         skb->csum = chksum;
1828
                                         skb->csum = chksum;
1829
                                         -skb->ip_summed = 1;
1829
                                         -skb->ip_summed = 1;
1830
                                         +skb->ip_summed = CHECKSUM_COMPLETE;
1830
                                         +skb->ip_summed = CHECKSUM_COMPLETE;
1831
                                       }
1831
                                       }
1832
                                       netif_rx(skb);
1832
                                       netif_rx(skb);
1833
                                       dev->last_rx = jiffies;
1833
                                       dev->last_rx = jiffies;

Return to bug 157186