mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-11 15:33:03 +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);
|
+ ar2313_restart(dev);
|
||||||
+ }
|
+ }
|
||||||
+ }
|
+ }
|
||||||
+ return IRQ_RETVAL(0);
|
+ return IRQ_HANDLED;
|
||||||
+}
|
+}
|
||||||
+
|
+
|
||||||
+
|
+
|
||||||
|
Loading…
Reference in New Issue
Block a user