Merge branch 'upstream-fixes' into upstream
This commit is contained in:
commit
59d4b684fb
1 changed files with 3 additions and 3 deletions
|
@ -3273,6 +3273,9 @@ static int bcm43xx_init_board(struct bcm43xx_private *bcm)
|
||||||
bcm43xx_sysfs_register(bcm);
|
bcm43xx_sysfs_register(bcm);
|
||||||
//FIXME: check for bcm43xx_sysfs_register failure. This function is a bit messy regarding unwinding, though...
|
//FIXME: check for bcm43xx_sysfs_register failure. This function is a bit messy regarding unwinding, though...
|
||||||
|
|
||||||
|
/*FIXME: This should be handled by softmac instead. */
|
||||||
|
schedule_work(&bcm->softmac->associnfo.work);
|
||||||
|
|
||||||
assert(err == 0);
|
assert(err == 0);
|
||||||
out:
|
out:
|
||||||
return err;
|
return err;
|
||||||
|
@ -3933,9 +3936,6 @@ static int bcm43xx_resume(struct pci_dev *pdev)
|
||||||
|
|
||||||
netif_device_attach(net_dev);
|
netif_device_attach(net_dev);
|
||||||
|
|
||||||
/*FIXME: This should be handled by softmac instead. */
|
|
||||||
schedule_work(&bcm->softmac->associnfo.work);
|
|
||||||
|
|
||||||
dprintk(KERN_INFO PFX "Device resumed.\n");
|
dprintk(KERN_INFO PFX "Device resumed.\n");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue