From: Mike Baker Date: Thu, 12 Oct 2006 22:54:26 +0000 (+0000) Subject: fix bug in ethernet irq handler X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fflorian.git;a=commitdiff_plain;h=914d8a2d869e3dc95a14d26253563da048afa890 fix bug in ethernet irq handler SVN-Revision: 5056 --- diff --git a/openwrt/target/linux/aruba-2.6/patches/010-ar2313_enet.patch b/openwrt/target/linux/aruba-2.6/patches/010-ar2313_enet.patch index 529315a2c9..d71d96f452 100644 --- a/openwrt/target/linux/aruba-2.6/patches/010-ar2313_enet.patch +++ b/openwrt/target/linux/aruba-2.6/patches/010-ar2313_enet.patch @@ -1228,7 +1228,7 @@ diff -Nur linux-2.6.17/drivers/net/ar2313/ar2313.c linux-2.6.17-owrt/drivers/net + ar2313_restart(dev); + } + } -+ return IRQ_RETVAL(0); ++ return IRQ_HANDLED; +} + +