[netdrvr skge] fix typo, fix build

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