summaryrefslogtreecommitdiffstats
path: root/drivers/net/skge.c
diff options
context:
space:
mode:
authorJeff Garzik2005-12-01 10:31:32 +0100
committerJeff Garzik2005-12-01 10:31:32 +0100
commitea182d4aefa3a27847d890b1592a608d1180aa45 (patch)
treea58cfb27654e5ada4ade104a0bb0e6a01b0db4a3 /drivers/net/skge.c
parent[netdrvr fmvj18x_cs] fix multicast bug (diff)
downloadkernel-qcow2-linux-ea182d4aefa3a27847d890b1592a608d1180aa45.tar.gz
kernel-qcow2-linux-ea182d4aefa3a27847d890b1592a608d1180aa45.tar.xz
kernel-qcow2-linux-ea182d4aefa3a27847d890b1592a608d1180aa45.zip
[netdrvr skge] fix typo, fix build
Diffstat (limited to 'drivers/net/skge.c')
-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)
/* 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