On Tuesday 04 September 2007, Larry Finger wrote: > >> --- linux-2.6.orig/drivers/net/wireless/bcm43xx/bcm43xx_sysfs.c > >> +++ linux-2.6/drivers/net/wireless/bcm43xx/bcm43xx_sysfs.c > >> @@ -327,8 +327,9 @@ static ssize_t bcm43xx_attr_phymode_stor > >> goto out; > >> } > >> > >> - bcm43xx_periodic_tasks_delete(bcm); > >> + bcm43xx_cancel_work(bcm); > >> mutex_lock(&(bcm)->mutex); > >> + bcm43xx_set_status(bcm, BCM43xx_STAT_UNINIT); > > > > No, Don't change the status. > > > I doubt that two many people are changing phy modes anyway. I certainly have > not tested this code. > As the BCM4306/2 devices are having a problem with OFDM rates, would writing > a 'b' to this file > limit those cards to CCCK rates? I'll have to try this one later.
No, this is basically dead code. So best don't touch it. _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
