File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
drivers/net/wireless/bcm43xx Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3273,6 +3273,9 @@ static int bcm43xx_init_board(struct bcm43xx_private *bcm)
3273
3273
bcm43xx_sysfs_register (bcm );
3274
3274
//FIXME: check for bcm43xx_sysfs_register failure. This function is a bit messy regarding unwinding, though...
3275
3275
3276
+ /*FIXME: This should be handled by softmac instead. */
3277
+ schedule_work (& bcm -> softmac -> associnfo .work );
3278
+
3276
3279
assert (err == 0 );
3277
3280
out :
3278
3281
return err ;
@@ -3933,9 +3936,6 @@ static int bcm43xx_resume(struct pci_dev *pdev)
3933
3936
3934
3937
netif_device_attach (net_dev );
3935
3938
3936
- /*FIXME: This should be handled by softmac instead. */
3937
- schedule_work (& bcm -> softmac -> associnfo .work );
3938
-
3939
3939
dprintk (KERN_INFO PFX "Device resumed.\n" );
3940
3940
3941
3941
return 0 ;
You can’t perform that action at this time.
0 commit comments