linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] b43: PCMCIA is not experimental anymore
@ 2009-09-06 12:49 Michael Buesch
  2009-09-06 18:42 ` Gábor Stefanik
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Buesch @ 2009-09-06 12:49 UTC (permalink / raw)
  To: linville; +Cc: bcm43xx-dev, linux-wireless

PCMCIA support works well and is not experimental anymore.

Signed-off-by: Michael Buesch <mb@bu3sch.de>

---
 drivers/net/wireless/b43/Kconfig |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- wireless-testing.orig/drivers/net/wireless/b43/Kconfig
+++ wireless-testing/drivers/net/wireless/b43/Kconfig
@@ -42,8 +42,8 @@ config B43_PCICORE_AUTOSELECT
 	default y
 
 config B43_PCMCIA
-	bool "Broadcom 43xx PCMCIA device support (EXPERIMENTAL)"
-	depends on B43 && SSB_PCMCIAHOST_POSSIBLE && EXPERIMENTAL
+	bool "Broadcom 43xx PCMCIA device support"
+	depends on B43 && SSB_PCMCIAHOST_POSSIBLE
 	select SSB_PCMCIAHOST
 	---help---
 	  Broadcom 43xx PCMCIA device support.

-- 
Greetings, Michael.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] b43: PCMCIA is not experimental anymore
  2009-09-06 12:49 [PATCH] b43: PCMCIA is not experimental anymore Michael Buesch
@ 2009-09-06 18:42 ` Gábor Stefanik
  2009-09-06 18:43   ` Michael Buesch
  0 siblings, 1 reply; 4+ messages in thread
From: Gábor Stefanik @ 2009-09-06 18:42 UTC (permalink / raw)
  To: Michael Buesch; +Cc: linville, linux-wireless, bcm43xx-dev

On Sun, Sep 6, 2009 at 2:49 PM, Michael Buesch<mb@bu3sch.de> wrote:
> PCMCIA support works well and is not experimental anymore.
>
> Signed-off-by: Michael Buesch <mb@bu3sch.de>
>
> ---
>  drivers/net/wireless/b43/Kconfig |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> --- wireless-testing.orig/drivers/net/wireless/b43/Kconfig
> +++ wireless-testing/drivers/net/wireless/b43/Kconfig
> @@ -42,8 +42,8 @@ config B43_PCICORE_AUTOSELECT
>        default y
>
>  config B43_PCMCIA
> -       bool "Broadcom 43xx PCMCIA device support (EXPERIMENTAL)"
> -       depends on B43 && SSB_PCMCIAHOST_POSSIBLE && EXPERIMENTAL
> +       bool "Broadcom 43xx PCMCIA device support"
> +       depends on B43 && SSB_PCMCIAHOST_POSSIBLE
>        select SSB_PCMCIAHOST
>        ---help---
>          Broadcom 43xx PCMCIA device support.
>
> --
> Greetings, Michael.
> _______________________________________________
> Bcm43xx-dev mailing list
> Bcm43xx-dev@lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
>

This should be auto-selected depending on SSB_PCMCIAHOST_POSSIBLE (at
least if !EMBEDDED). There is no need for a separate config prompt if
it's not EXPERIMENTAL anymore.

-- 
Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] b43: PCMCIA is not experimental anymore
  2009-09-06 18:42 ` Gábor Stefanik
@ 2009-09-06 18:43   ` Michael Buesch
  2009-09-06 19:02     ` Gábor Stefanik
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Buesch @ 2009-09-06 18:43 UTC (permalink / raw)
  To: Gábor Stefanik; +Cc: linville, linux-wireless, bcm43xx-dev

On Sunday 06 September 2009 20:42:00 Gábor Stefanik wrote:
> On Sun, Sep 6, 2009 at 2:49 PM, Michael Buesch<mb@bu3sch.de> wrote:
> > PCMCIA support works well and is not experimental anymore.
> >
> > Signed-off-by: Michael Buesch <mb@bu3sch.de>
> >
> > ---
> >  drivers/net/wireless/b43/Kconfig |    4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > --- wireless-testing.orig/drivers/net/wireless/b43/Kconfig
> > +++ wireless-testing/drivers/net/wireless/b43/Kconfig
> > @@ -42,8 +42,8 @@ config B43_PCICORE_AUTOSELECT
> >        default y
> >
> >  config B43_PCMCIA
> > -       bool "Broadcom 43xx PCMCIA device support (EXPERIMENTAL)"
> > -       depends on B43 && SSB_PCMCIAHOST_POSSIBLE && EXPERIMENTAL
> > +       bool "Broadcom 43xx PCMCIA device support"
> > +       depends on B43 && SSB_PCMCIAHOST_POSSIBLE
> >        select SSB_PCMCIAHOST
> >        ---help---
> >          Broadcom 43xx PCMCIA device support.
> >
> > --
> > Greetings, Michael.
> > _______________________________________________
> > Bcm43xx-dev mailing list
> > Bcm43xx-dev@lists.berlios.de
> > https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
> >
> 
> This should be auto-selected depending on SSB_PCMCIAHOST_POSSIBLE (at
> least if !EMBEDDED). There is no need for a separate config prompt if
> it's not EXPERIMENTAL anymore.
> 

Patch please

-- 
Greetings, Michael.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] b43: PCMCIA is not experimental anymore
  2009-09-06 18:43   ` Michael Buesch
@ 2009-09-06 19:02     ` Gábor Stefanik
  0 siblings, 0 replies; 4+ messages in thread
From: Gábor Stefanik @ 2009-09-06 19:02 UTC (permalink / raw)
  To: Michael Buesch; +Cc: linville, linux-wireless, bcm43xx-dev

2009/9/6 Michael Buesch <mb@bu3sch.de>:
> On Sunday 06 September 2009 20:42:00 Gábor Stefanik wrote:
>> On Sun, Sep 6, 2009 at 2:49 PM, Michael Buesch<mb@bu3sch.de> wrote:
>> > PCMCIA support works well and is not experimental anymore.
>> >
>> > Signed-off-by: Michael Buesch <mb@bu3sch.de>
>> >
>> > ---
>> >  drivers/net/wireless/b43/Kconfig |    4 ++--
>> >  1 file changed, 2 insertions(+), 2 deletions(-)
>> >
>> > --- wireless-testing.orig/drivers/net/wireless/b43/Kconfig
>> > +++ wireless-testing/drivers/net/wireless/b43/Kconfig
>> > @@ -42,8 +42,8 @@ config B43_PCICORE_AUTOSELECT
>> >        default y
>> >
>> >  config B43_PCMCIA
>> > -       bool "Broadcom 43xx PCMCIA device support (EXPERIMENTAL)"
>> > -       depends on B43 && SSB_PCMCIAHOST_POSSIBLE && EXPERIMENTAL
>> > +       bool "Broadcom 43xx PCMCIA device support"
>> > +       depends on B43 && SSB_PCMCIAHOST_POSSIBLE
>> >        select SSB_PCMCIAHOST
>> >        ---help---
>> >          Broadcom 43xx PCMCIA device support.
>> >
>> > --
>> > Greetings, Michael.
>> > _______________________________________________
>> > Bcm43xx-dev mailing list
>> > Bcm43xx-dev@lists.berlios.de
>> > https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
>> >
>>
>> This should be auto-selected depending on SSB_PCMCIAHOST_POSSIBLE (at
>> least if !EMBEDDED). There is no need for a separate config prompt if
>> it's not EXPERIMENTAL anymore.
>>
>
> Patch please
>
> --
> Greetings, Michael.
>

I need to fix my virtual machine first. (That's also why LP-PHY
development is stalled - I carelessly installed the VMware 7 beta
build I have been invited to, so that I can use all 4 CPU cores in the
VM - and the new VMware crashes on startup. Again, the VHD was not
lost, but I don't currently have the tools to read it.)

-- 
Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-09-06 19:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-06 12:49 [PATCH] b43: PCMCIA is not experimental anymore Michael Buesch
2009-09-06 18:42 ` Gábor Stefanik
2009-09-06 18:43   ` Michael Buesch
2009-09-06 19:02     ` Gábor Stefanik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).