Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154
b: refs/heads/master
c: 62241eb
h: refs/heads/master
v: v3
  • Loading branch information
Hal Rosenstock authored and Linus Torvalds committed Apr 16, 2005
1 parent 05dcbe6 commit e623e72
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: 48a5346b315183ce482df0909234faf97fa41611
refs/heads/master: 62241eb497721be7640e5d9330e60f4a88a4db46
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/ulp/ipoib/ipoib_ib.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ static void ipoib_ib_handle_wc(struct net_device *dev,
if (wc->slid != priv->local_lid ||
wc->src_qp != priv->qp->qp_num) {
skb->protocol = ((struct ipoib_header *) skb->data)->proto;

skb->mac.raw = skb->data;
skb_pull(skb, IPOIB_ENCAP_LEN);

dev->last_rx = jiffies;
Expand Down

0 comments on commit e623e72

Please sign in to comment.