ag71xx driver: don't refill rx buffers twice
SVN-Revision: 13544
This commit is contained in:
parent
d058a11ada
commit
2a680498b3
1 changed files with 0 additions and 2 deletions
|
@ -649,8 +649,6 @@ static int ag71xx_rx_packets(struct ag71xx *ag, int limit)
|
|||
done++;
|
||||
|
||||
ring->curr++;
|
||||
if ((ring->curr - ring->dirty) > (AG71XX_RX_RING_SIZE / 4))
|
||||
ag71xx_ring_rx_refill(ag);
|
||||
}
|
||||
|
||||
ag71xx_ring_rx_refill(ag);
|
||||
|
|
Loading…
Reference in a new issue