commit | ea182d4aefa3a27847d890b1592a608d1180aa45 | [log] [tgz] |
---|---|---|
author | Jeff Garzik <jgarzik@pobox.com> | Thu Dec 01 04:31:32 2005 -0500 |
committer | Jeff Garzik <jgarzik@pobox.com> | Thu Dec 01 04:31:32 2005 -0500 |
tree | a58cfb27654e5ada4ade104a0bb0e6a01b0db4a3 | |
parent | ab80882bf339c5954a69bb0603df0113b17d384f [diff] [blame] |
[netdrvr skge] fix typo, fix build
diff --git a/drivers/net/skge.c b/drivers/net/skge.c index 96ffcc1..7164678 100644 --- a/drivers/net/skge.c +++ b/drivers/net/skge.c
@@ -2305,7 +2305,7 @@ /* 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