mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-26 03:07:41 +02:00
[ar71xx] ag71xx driver: don't refill rx buffers twice
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13544 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
de46c348d9
commit
e36d68b178
@ -649,8 +649,6 @@ static int ag71xx_rx_packets(struct ag71xx *ag, int limit)
|
|||||||
done++;
|
done++;
|
||||||
|
|
||||||
ring->curr++;
|
ring->curr++;
|
||||||
if ((ring->curr - ring->dirty) > (AG71XX_RX_RING_SIZE / 4))
|
|
||||||
ag71xx_ring_rx_refill(ag);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ag71xx_ring_rx_refill(ag);
|
ag71xx_ring_rx_refill(ag);
|
||||||
|
Loading…
Reference in New Issue
Block a user