aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
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/net
parentab80882bf339c5954a69bb0603df0113b17d384f (diff)
[netdrvr skge] fix typo, fix build
Diffstat (limited to 'drivers/net')
-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 96ffcc1666bc..716467879b9c 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)
2305 /* This seems backwards, but it is what the sk98lin 2305 /* This seems backwards, but it is what the sk98lin
2306 * does. Looks like hardware is wrong? 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 && hw->chip_rev == 0 && hw->chip_id == CHIP_ID_YUKON) 2309 && hw->chip_rev == 0 && hw->chip_id == CHIP_ID_YUKON)
2310 control = BMU_TCP_CHECK; 2310 control = BMU_TCP_CHECK;
2311 else 2311 else