netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libertas: fix for wireless Kconfig changes
@ 2007-04-29  0:28 John W. Linville
       [not found] ` <20070429002844.GA11225-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
  2007-05-08  5:20 ` Jeff Garzik
  0 siblings, 2 replies; 6+ messages in thread
From: John W. Linville @ 2007-04-29  0:28 UTC (permalink / raw)
  To: jeff-o2qLIJkoznsdnm+yROfE0A
  Cc: linux-wireless-u79uwXL29TY76Z2rM5mHXA,
	netdev-u79uwXL29TY76Z2rM5mHXA

Need to change the libertas Kconfig entry to match changes made for
other wireless drivers.

Signed-off-by: John W. Linville <linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
---
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig
index c4b3dc2..cb09e6b 100644
--- a/drivers/net/wireless/Kconfig
+++ b/drivers/net/wireless/Kconfig
@@ -267,7 +267,7 @@ config IPW2200_DEBUG
 
 config LIBERTAS_USB
 	tristate "Marvell Libertas 8388 802.11a/b/g cards"
-	depends on NET_RADIO && USB
+	depends on USB && WLAN_80211
 	select FW_LOADER
 	---help---
 	  A driver for Marvell Libertas 8388 USB devices.
-- 
John W. Linville
linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org

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

* Re: [PATCH] libertas: fix for wireless Kconfig changes
       [not found] ` <20070429002844.GA11225-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
@ 2007-05-01 11:53   ` Dan Williams
  2007-05-01 13:54     ` John W. Linville
  0 siblings, 1 reply; 6+ messages in thread
From: Dan Williams @ 2007-05-01 11:53 UTC (permalink / raw)
  To: John W. Linville
  Cc: jeff-o2qLIJkoznsdnm+yROfE0A,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA,
	netdev-u79uwXL29TY76Z2rM5mHXA

On Sat, 2007-04-28 at 20:28 -0400, John W. Linville wrote:
> Need to change the libertas Kconfig entry to match changes made for
> other wireless drivers.
> 
> Signed-off-by: John W. Linville <linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
> ---
> diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig
> index c4b3dc2..cb09e6b 100644
> --- a/drivers/net/wireless/Kconfig
> +++ b/drivers/net/wireless/Kconfig
> @@ -267,7 +267,7 @@ config IPW2200_DEBUG
>  
>  config LIBERTAS_USB
>  	tristate "Marvell Libertas 8388 802.11a/b/g cards"
> -	depends on NET_RADIO && USB
> +	depends on USB && WLAN_80211
>  	select FW_LOADER
>  	---help---
>  	  A driver for Marvell Libertas 8388 USB devices.

Will apply, we need to pull in wireless-dev first to get the NET_RADIO
name change.

Dan

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

* Re: [PATCH] libertas: fix for wireless Kconfig changes
  2007-05-01 11:53   ` Dan Williams
@ 2007-05-01 13:54     ` John W. Linville
       [not found]       ` <20070501135454.GD8604-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: John W. Linville @ 2007-05-01 13:54 UTC (permalink / raw)
  To: Dan Williams; +Cc: jeff, linux-wireless, netdev

On Tue, May 01, 2007 at 07:53:38AM -0400, Dan Williams wrote:
> On Sat, 2007-04-28 at 20:28 -0400, John W. Linville wrote:
> > Need to change the libertas Kconfig entry to match changes made for
> > other wireless drivers.
> > 
> > Signed-off-by: John W. Linville <linville@tuxdriver.com>
> > ---
> > diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig
> > index c4b3dc2..cb09e6b 100644
> > --- a/drivers/net/wireless/Kconfig
> > +++ b/drivers/net/wireless/Kconfig
> > @@ -267,7 +267,7 @@ config IPW2200_DEBUG
> >  
> >  config LIBERTAS_USB
> >  	tristate "Marvell Libertas 8388 802.11a/b/g cards"
> > -	depends on NET_RADIO && USB
> > +	depends on USB && WLAN_80211
> >  	select FW_LOADER
> >  	---help---
> >  	  A driver for Marvell Libertas 8388 USB devices.
> 
> Will apply, we need to pull in wireless-dev first to get the NET_RADIO
> name change.

No, that is already in Linus' tree via Jeff's tree.

Jeff, I figured you would just apply the patch.  If you'd prefer I
can send a pull request, but I don't have anything else pending ATM.

John
-- 
John W. Linville
linville@tuxdriver.com

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

* Re: [PATCH] libertas: fix for wireless Kconfig changes
       [not found]       ` <20070501135454.GD8604-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
@ 2007-05-02 12:10         ` Dan Williams
  2007-05-02 13:36           ` John W. Linville
  0 siblings, 1 reply; 6+ messages in thread
From: Dan Williams @ 2007-05-02 12:10 UTC (permalink / raw)
  To: John W. Linville
  Cc: jeff-o2qLIJkoznsdnm+yROfE0A,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA,
	netdev-u79uwXL29TY76Z2rM5mHXA

On Tue, 2007-05-01 at 09:54 -0400, John W. Linville wrote:
> On Tue, May 01, 2007 at 07:53:38AM -0400, Dan Williams wrote:
> > On Sat, 2007-04-28 at 20:28 -0400, John W. Linville wrote:
> > > Need to change the libertas Kconfig entry to match changes made for
> > > other wireless drivers.
> > > 
> > > Signed-off-by: John W. Linville <linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
> > > ---
> > > diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig
> > > index c4b3dc2..cb09e6b 100644
> > > --- a/drivers/net/wireless/Kconfig
> > > +++ b/drivers/net/wireless/Kconfig
> > > @@ -267,7 +267,7 @@ config IPW2200_DEBUG
> > >  
> > >  config LIBERTAS_USB
> > >  	tristate "Marvell Libertas 8388 802.11a/b/g cards"
> > > -	depends on NET_RADIO && USB
> > > +	depends on USB && WLAN_80211
> > >  	select FW_LOADER
> > >  	---help---
> > >  	  A driver for Marvell Libertas 8388 USB devices.
> > 
> > Will apply, we need to pull in wireless-dev first to get the NET_RADIO
> > name change.
> 
> No, that is already in Linus' tree via Jeff's tree.
> 
> Jeff, I figured you would just apply the patch.  If you'd prefer I
> can send a pull request, but I don't have anything else pending ATM.

Really?  Marcelo said he pulled 2.6.21 into the libertas tree but that
didn't appear to touch drivers/net/wireless/Kconfig at all...

Dan

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

* Re: [PATCH] libertas: fix for wireless Kconfig changes
  2007-05-02 12:10         ` Dan Williams
@ 2007-05-02 13:36           ` John W. Linville
  0 siblings, 0 replies; 6+ messages in thread
From: John W. Linville @ 2007-05-02 13:36 UTC (permalink / raw)
  To: Dan Williams; +Cc: jeff, linux-wireless, netdev

On Wed, May 02, 2007 at 08:10:55AM -0400, Dan Williams wrote:
> On Tue, 2007-05-01 at 09:54 -0400, John W. Linville wrote:
> > On Tue, May 01, 2007 at 07:53:38AM -0400, Dan Williams wrote:

> > > Will apply, we need to pull in wireless-dev first to get the NET_RADIO
> > > name change.
> > 
> > No, that is already in Linus' tree via Jeff's tree.
> > 
> > Jeff, I figured you would just apply the patch.  If you'd prefer I
> > can send a pull request, but I don't have anything else pending ATM.
> 
> Really?  Marcelo said he pulled 2.6.21 into the libertas tree but that
> didn't appear to touch drivers/net/wireless/Kconfig at all...

The changes are after 2.6.21.

John
-- 
John W. Linville
linville@tuxdriver.com

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

* Re: [PATCH] libertas: fix for wireless Kconfig changes
  2007-04-29  0:28 [PATCH] libertas: fix for wireless Kconfig changes John W. Linville
       [not found] ` <20070429002844.GA11225-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
@ 2007-05-08  5:20 ` Jeff Garzik
  1 sibling, 0 replies; 6+ messages in thread
From: Jeff Garzik @ 2007-05-08  5:20 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless, netdev

John W. Linville wrote:
> Need to change the libertas Kconfig entry to match changes made for
> other wireless drivers.
> 
> Signed-off-by: John W. Linville <linville@tuxdriver.com>
> ---
> diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig
> index c4b3dc2..cb09e6b 100644
> --- a/drivers/net/wireless/Kconfig
> +++ b/drivers/net/wireless/Kconfig
> @@ -267,7 +267,7 @@ config IPW2200_DEBUG
>  
>  config LIBERTAS_USB
>  	tristate "Marvell Libertas 8388 802.11a/b/g cards"
> -	depends on NET_RADIO && USB
> +	depends on USB && WLAN_80211

applied



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

end of thread, other threads:[~2007-05-08  5:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-29  0:28 [PATCH] libertas: fix for wireless Kconfig changes John W. Linville
     [not found] ` <20070429002844.GA11225-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
2007-05-01 11:53   ` Dan Williams
2007-05-01 13:54     ` John W. Linville
     [not found]       ` <20070501135454.GD8604-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
2007-05-02 12:10         ` Dan Williams
2007-05-02 13:36           ` John W. Linville
2007-05-08  5:20 ` Jeff Garzik

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).