]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/7990.c
[PATCH] e1000: Fix Wake-on-Lan with forced gigabit speed
[linux-2.6-omap-h63xx.git] / drivers / net / 7990.c
index 7733697f7776e9e689186b58dc467d08a4d6fe6f..2d5ba076471c29d3b62a43c3765780711eb5d4af 100644 (file)
@@ -500,7 +500,7 @@ int lance_open (struct net_device *dev)
        int res;
 
         /* Install the Interrupt handler. Or we could shunt this out to specific drivers? */
-        if (request_irq(lp->irq, lance_interrupt, 0, lp->name, dev))
+        if (request_irq(lp->irq, lance_interrupt, SA_SHIRQ, lp->name, dev))
                 return -EAGAIN;
 
         res = lance_reset(dev);