···2305 /* This seems backwards, but it is what the sk98lin2306 * does. Looks like hardware is wrong?2307 */2308- if (skb->h.ipih->protocol == IPPROTO_UDP2309 && hw->chip_rev == 0 && hw->chip_id == CHIP_ID_YUKON)2310 control = BMU_TCP_CHECK;2311 else
···2305 /* This seems backwards, but it is what the sk98lin2306 * does. Looks like hardware is wrong?2307 */2308+ if (skb->h.ipiph->protocol == IPPROTO_UDP2309 && hw->chip_rev == 0 && hw->chip_id == CHIP_ID_YUKON)2310 control = BMU_TCP_CHECK;2311 else