Re: [PATCH] b43: Implement fullmac-mode support

2009-04-01 Thread Holger Schurig
> + if (modparam_fullmac) > + goto ssb_disable; > + ... > +ssb_disable: > ssb_device_disable(dev->dev, 0); > ssb_bus_may_powerdown(dev->dev->bus); > } April April! ___ Bcm43xx-dev mailing list Bcm43xx-dev@lists.berlios.de ht

[PATCH V3] b43legacy: Do not select HW_RANDOM

2009-04-01 Thread Larry Finger
Auto-depend on HW_RANDOM, rather than "select"ing it. This way the user has the choice to enable or disable HWRNG support. Signed-off-by: Larry Finger --- John, please queue for 2.6.31. Index: wireless-testing/drivers/net/wireless/b43legacy/Kconfig

Re: [PATCH V3] b43legacy: Do not select HW_RANDOM

2009-04-01 Thread Michael Buesch
On Wednesday 01 April 2009 17:42:36 Larry Finger wrote: > Auto-depend on HW_RANDOM, rather than "select"ing it. > This way the user has the choice to enable or disable HWRNG support. > > Signed-off-by: Larry Finger > --- > > John, please queue for 2.6.31. ACK > > > Index: wireless-testing/d