1 I'm not sure if this is necessary, but the original driver did it and
2 apparently also many other drivers do it, so it should not be completely
5 Signed-off-by: Phil Sutter <n0-1@freewrt.org>
7 drivers/net/korina.c | 2 ++
8 1 files changed, 2 insertions(+), 0 deletions(-)
10 --- a/drivers/net/korina.c
11 +++ b/drivers/net/korina.c
12 @@ -418,6 +418,7 @@ static int korina_rx(struct net_device *
14 skb_reserve(skb_new, 2);
17 lp->rx_skb[lp->rx_next_done] = skb_new;
20 @@ -761,6 +762,7 @@ static void korina_alloc_ring(struct net
26 lp->rd_ring[i].control = DMA_DESC_IOD |
27 DMA_COUNT(KORINA_RBSIZE);