Search Linux Wireless

Re: [RFC V2] b43/legacy: port to cfg80211 rfkill

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Michael Buesch wrote:
> Larry, wouldn't it work to do
> 
> mutex_lock();
> ...
> if (!initialized) {
> 	ssb_bus_powerup();
> 	ssb_device_enable();
> 	poll_the_bit;
> 	ssb_device_disable();
> 	ssb_bus_may_powerdown();
> }
> ...
> mutex_unlock();
> 
> That would be a _lot_ less heavyweight (at the order of 300 milliseconds less).
> And from a power point of view, the PHY and Radio would stay turned off.

Thanks for the suggestion. The method works well and should be a part
of the final patch.

Larry
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux