aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2005-12-01 04:31:32 -0500
committerJeff Garzik <jgarzik@pobox.com>2005-12-01 04:31:32 -0500
commitea182d4aefa3a27847d890b1592a608d1180aa45 (patch)
treea58cfb27654e5ada4ade104a0bb0e6a01b0db4a3 /drivers
parentab80882bf339c5954a69bb0603df0113b17d384f (diff)
downloadlinux-ea182d4aefa3a27847d890b1592a608d1180aa45.tar.gz
[netdrvr skge] fix typo, fix build
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/skge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/skge.c b/drivers/net/skge.c
index 96ffcc1666bcd..716467879b9c5 100644
--- a/drivers/net/skge.c
+++ b/drivers/net/skge.c
@@ -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