Skip to content

Commit

Permalink
Merge branch 'upstream-fixes' into upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
John W. Linville committed May 17, 2006
2 parents 5dd8816 + bc519f3 commit 59d4b68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/net/wireless/bcm43xx/bcm43xx_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3273,6 +3273,9 @@ static int bcm43xx_init_board(struct bcm43xx_private *bcm)
bcm43xx_sysfs_register(bcm);
//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);
out:
return err;
Expand Down Expand Up @@ -3933,9 +3936,6 @@ static int bcm43xx_resume(struct pci_dev *pdev)

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");

return 0;
Expand Down

0 comments on commit 59d4b68

Please sign in to comment.