mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
fix bug in ethernet irq handler
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5056 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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;
|
||||
+}
|
||||
+
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user