Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea182d4a authored by Jeff Garzik's avatar Jeff Garzik
Browse files

[netdrvr skge] fix typo, fix build

parent ab80882b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2305,7 +2305,7 @@ static int skge_xmit_frame(struct sk_buff *skb, struct net_device *dev)
		/* This seems backwards, but it is what the sk98lin
		 * does.  Looks like hardware is wrong?
		 */
		if (skb->h.ipih->protocol == IPPROTO_UDP
		if (skb->h.ipiph->protocol == IPPROTO_UDP
	            && hw->chip_rev == 0 && hw->chip_id == CHIP_ID_YUKON)
			control = BMU_TCP_CHECK;
		else