mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-06 17:00:43 +01:00
backport an upstream fix: We're not disabling IRQ, so we must call the irq safe flavour of netif_rx_complete, should fix some crashes when running the system for a long time
SVN-Revision: 16277
This commit is contained in:
parent
1a1dc17ca3
commit
05b40c8d13
1 changed files with 1 additions and 1 deletions
|
|
@ -450,7 +450,7 @@ static int bcm_enet_poll(struct napi_struct *napi, int budget)
|
|||
|
||||
/* no more packet in rx/tx queue, remove device from poll
|
||||
* queue */
|
||||
__netif_rx_complete(dev, napi);
|
||||
netif_rx_complete(dev, napi);
|
||||
|
||||
/* restore rx/tx interrupt */
|
||||
enet_dma_writel(priv, ENETDMA_IR_PKTDONE_MASK,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue