[brcm63xx] backport an upstream fix: We're not disabling IRQ, so we must call the...
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 1 Jun 2009 18:27:51 +0000 (18:27 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 1 Jun 2009 18:27:51 +0000 (18:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16277 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 40c2565..3dd170d 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,