Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90877
b: refs/heads/master
c: b403e68
h: refs/heads/master
i:
  90875: 31a8e33
v: v3
  • Loading branch information
Frank Blaschka authored and Jeff Garzik committed Apr 17, 2008
1 parent 7b48a92 commit 363c166
Show file tree
Hide file tree
Showing 2 changed files with 6 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: d11ba0c40fa8a21511822efee3be8389f94f0431
refs/heads/master: b403e685b7c57f7912bae36987433e72c616f418
6 changes: 5 additions & 1 deletion trunk/drivers/s390/net/qeth_core_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4002,7 +4002,11 @@ struct sk_buff *qeth_core_get_next_skb(struct qeth_card *card,
}
} else {
skb_len = (*hdr)->hdr.l3.length;
headroom = max((int)ETH_HLEN, (int)TR_HLEN);
if ((card->info.link_type == QETH_LINK_TYPE_LANE_TR) ||
(card->info.link_type == QETH_LINK_TYPE_HSTR))
headroom = TR_HLEN;
else
headroom = ETH_HLEN;
}

if (!skb_len)
Expand Down

0 comments on commit 363c166

Please sign in to comment.