Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95368
b: refs/heads/master
c: 93ad37d
h: refs/heads/master
v: v3
  • Loading branch information
Klaus D. Wacker authored and Jeff Garzik committed Apr 29, 2008
1 parent 884a35c commit e213fa8
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 679dce39e3cdfcc641b2888ce04f1cd5ff0b3b92
refs/heads/master: 93ad37d94d0b42e493d95b8a79181112c76ab459
3 changes: 2 additions & 1 deletion trunk/drivers/s390/net/lcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1793,7 +1793,8 @@ lcs_get_skb(struct lcs_card *card, char *skb_data, unsigned int skb_len)
skb->protocol = card->lan_type_trans(skb, card->dev);
card->stats.rx_bytes += skb_len;
card->stats.rx_packets++;
*((__u32 *)skb->cb) = ++card->pkt_seq;
if (skb->protocol == htons(ETH_P_802_2))
*((__u32 *)skb->cb) = ++card->pkt_seq;
netif_rx(skb);
}

Expand Down

0 comments on commit e213fa8

Please sign in to comment.