Merge branch 'upstream-fixes'
This commit is contained in:
@@ -2755,8 +2755,8 @@ static struct net_device *_init_airo_card( unsigned short irq, int port,
|
||||
SET_NETDEV_DEV(dev, dmdev);
|
||||
|
||||
|
||||
if (test_bit(FLAG_MPI,&ai->flags))
|
||||
reset_card (dev, 1);
|
||||
reset_card (dev, 1);
|
||||
msleep(400);
|
||||
|
||||
rc = request_irq( dev->irq, airo_interrupt, SA_SHIRQ, dev->name, dev );
|
||||
if (rc) {
|
||||
|
@@ -3512,9 +3512,8 @@ static int orinoco_ioctl_setpower(struct net_device *dev,
|
||||
break;
|
||||
default:
|
||||
err = -EINVAL;
|
||||
}
|
||||
if (err)
|
||||
goto out;
|
||||
}
|
||||
|
||||
if (prq->flags & IW_POWER_TIMEOUT) {
|
||||
priv->pm_on = 1;
|
||||
|
Reference in New Issue
Block a user