Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130132
b: refs/heads/master
c: 63a66c6
h: refs/heads/master
v: v3
  • Loading branch information
Phil Sutter authored and David S. Miller committed Jan 20, 2009
1 parent a9a5ee4 commit 728c75e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6a2fe9834e578590f4a2fbe18a574465ab0e127c
refs/heads/master: 63a66c6c0debcae70183849121734fd4809e1dde
3 changes: 3 additions & 0 deletions trunk/drivers/net/korina.c
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,9 @@ static int korina_rx(struct net_device *dev, int limit)
if (devcs & ETH_RX_MP)
dev->stats.multicast++;

/* 16 bit align */
skb_reserve(skb_new, 2);

lp->rx_skb[lp->rx_next_done] = skb_new;
}

Expand Down

0 comments on commit 728c75e

Please sign in to comment.