ag71xx driver: don't refill rx buffers twice

SVN-Revision: 13544
lede-17.01
Gabor Juhos 2008-12-08 08:31:25 +00:00
parent d058a11ada
commit 2a680498b3
1 changed files with 0 additions and 2 deletions

View File

@ -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);