Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27353
b: refs/heads/master
c: 59d4b68
h: refs/heads/master
i:
  27351: 9b2446c
v: v3
  • Loading branch information
John W. Linville committed May 17, 2006
1 parent 3a5a10c commit f29fb4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5dd8816aeb1f068ade0349a22009ff7a66f25413
refs/heads/master: 59d4b684fbe74b25ac8593f39d2aaa86aa485b1f
6 changes: 3 additions & 3 deletions trunk/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 f29fb4d

Please sign in to comment.