Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14899
b: refs/heads/master
c: ea182d4
h: refs/heads/master
i:
  14897: e66a887
  14895: d1ba04c
v: v3
  • Loading branch information
Jeff Garzik committed Dec 1, 2005
1 parent f65c788 commit f2e9e7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ab80882bf339c5954a69bb0603df0113b17d384f
refs/heads/master: ea182d4aefa3a27847d890b1592a608d1180aa45
2 changes: 1 addition & 1 deletion trunk/drivers/net/skge.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2e9e7d

Please sign in to comment.