mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
fix bug in ethernet irq handler
SVN-Revision: 5056
This commit is contained in:
parent
1f981bcc8a
commit
914d8a2d86
@ -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;
|
||||
+}
|
||||
+
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user