backport an upstream fix: We're not disabling IRQ, so we must call the irq safe flavo...
authorFlorian Fainelli <florian@openwrt.org>
Mon, 1 Jun 2009 18:27:51 +0000 (18:27 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 1 Jun 2009 18:27:51 +0000 (18:27 +0000)
SVN-Revision: 16277

target/linux/brcm63xx/files/drivers/net/bcm63xx_enet.c

index 40c25651d606bdedf1f5c9687733109b307d3003..3dd170d6868443dd4b483f34536bf9db22b57ff0 100644 (file)
@@ -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,