linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Enable CONFIG_RT2800{PCI,USB}_RT53XX
@ 2012-01-03 15:28 John W. Linville
  2012-01-03 15:35 ` compat-wireless patch " John W. Linville
  2012-01-18 19:16 ` Luis R. Rodriguez
  0 siblings, 2 replies; 4+ messages in thread
From: John W. Linville @ 2012-01-03 15:28 UTC (permalink / raw)
  To: linux-wireless; +Cc: Luis Rodriguez, Hauke Mehrtens, John W. Linville

Signed-off-by: John W. Linville <linville@tuxdriver.com>
---
Any reason to treat these differently than the RT35XX devices?

 config.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.mk b/config.mk
index e44b814..4d2ad5c 100644
--- a/config.mk
+++ b/config.mk
@@ -393,7 +393,7 @@ ifdef CONFIG_CRC_CCITT
 CONFIG_RT2800PCI=m
 CONFIG_RT2800PCI_RT33XX=y
 CONFIG_RT2800PCI_RT35XX=y
-# CONFIG_RT2800PCI_RT53XX=y
+CONFIG_RT2800PCI_RT53XX=y
 endif #CONFIG_CRC_CCITT
 NEED_RT2X00=y
 
@@ -523,7 +523,7 @@ ifdef CONFIG_CRC_CCITT
 CONFIG_RT2800USB=m
 CONFIG_RT2800USB_RT33XX=y
 CONFIG_RT2800USB_RT35XX=y
-# CONFIG_RT2800USB_RT53XX=y
+CONFIG_RT2800USB_RT53XX=y
 CONFIG_RT2800USB_UNKNOWN=y
 endif #CONFIG_CRC_CCITT
 CONFIG_RT2X00_LIB_USB=m
-- 
1.7.4.4


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

* compat-wireless patch Re: [PATCH] Enable CONFIG_RT2800{PCI,USB}_RT53XX
  2012-01-03 15:28 [PATCH] Enable CONFIG_RT2800{PCI,USB}_RT53XX John W. Linville
@ 2012-01-03 15:35 ` John W. Linville
  2012-01-03 18:59   ` Hauke Mehrtens
  2012-01-18 19:16 ` Luis R. Rodriguez
  1 sibling, 1 reply; 4+ messages in thread
From: John W. Linville @ 2012-01-03 15:35 UTC (permalink / raw)
  To: linux-wireless; +Cc: Luis Rodriguez, Hauke Mehrtens

On Tue, Jan 03, 2012 at 10:28:36AM -0500, John W. Linville wrote:
> Signed-off-by: John W. Linville <linville@tuxdriver.com>
> ---
> Any reason to treat these differently than the RT35XX devices?

Obviously, this is a compat-wireless patch -- duh! :-)

John

> 
>  config.mk |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/config.mk b/config.mk
> index e44b814..4d2ad5c 100644
> --- a/config.mk
> +++ b/config.mk
> @@ -393,7 +393,7 @@ ifdef CONFIG_CRC_CCITT
>  CONFIG_RT2800PCI=m
>  CONFIG_RT2800PCI_RT33XX=y
>  CONFIG_RT2800PCI_RT35XX=y
> -# CONFIG_RT2800PCI_RT53XX=y
> +CONFIG_RT2800PCI_RT53XX=y
>  endif #CONFIG_CRC_CCITT
>  NEED_RT2X00=y
>  
> @@ -523,7 +523,7 @@ ifdef CONFIG_CRC_CCITT
>  CONFIG_RT2800USB=m
>  CONFIG_RT2800USB_RT33XX=y
>  CONFIG_RT2800USB_RT35XX=y
> -# CONFIG_RT2800USB_RT53XX=y
> +CONFIG_RT2800USB_RT53XX=y
>  CONFIG_RT2800USB_UNKNOWN=y
>  endif #CONFIG_CRC_CCITT
>  CONFIG_RT2X00_LIB_USB=m
> -- 
> 1.7.4.4
> 
> 

-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

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

* Re: compat-wireless patch Re: [PATCH] Enable CONFIG_RT2800{PCI,USB}_RT53XX
  2012-01-03 15:35 ` compat-wireless patch " John W. Linville
@ 2012-01-03 18:59   ` Hauke Mehrtens
  0 siblings, 0 replies; 4+ messages in thread
From: Hauke Mehrtens @ 2012-01-03 18:59 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless, Luis Rodriguez

On 01/03/2012 04:35 PM, John W. Linville wrote:
> On Tue, Jan 03, 2012 at 10:28:36AM -0500, John W. Linville wrote:
>> Signed-off-by: John W. Linville <linville@tuxdriver.com>
>> ---
>> Any reason to treat these differently than the RT35XX devices?
Some/Long time ago RT53XX devices where marked as not working in
Kconfig, now I can not find such a message any more, so I am totally
fine with this patch.

Hauke

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

* Re: [PATCH] Enable CONFIG_RT2800{PCI,USB}_RT53XX
  2012-01-03 15:28 [PATCH] Enable CONFIG_RT2800{PCI,USB}_RT53XX John W. Linville
  2012-01-03 15:35 ` compat-wireless patch " John W. Linville
@ 2012-01-18 19:16 ` Luis R. Rodriguez
  1 sibling, 0 replies; 4+ messages in thread
From: Luis R. Rodriguez @ 2012-01-18 19:16 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless, Hauke Mehrtens

On Tue, Jan 3, 2012 at 7:28 AM, John W. Linville <linville@tuxdriver.com> wrote:
> Signed-off-by: John W. Linville <linville@tuxdriver.com>
> ---
> Any reason to treat these differently than the RT35XX devices?

I think no one had just tested it.

Thanks, applied and pushed!

mcgrof@tux ~/linux-stable (git::master)$ git describe --contains
aca355b9784fbc960c9caa6b30f953a965296420
v3.0-rc2~7^2~16^2~158

So I've sucked this into the linux-3.[012].y branches of
compat-wireless for the next stable release.

  Luis

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

end of thread, other threads:[~2012-01-18 19:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-03 15:28 [PATCH] Enable CONFIG_RT2800{PCI,USB}_RT53XX John W. Linville
2012-01-03 15:35 ` compat-wireless patch " John W. Linville
2012-01-03 18:59   ` Hauke Mehrtens
2012-01-18 19:16 ` Luis R. Rodriguez

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