2010-06-06 05:32:26

by Sid Hayn

[permalink] [raw]
Subject: [Patch] Enable rt2800usb in compat-wireless stable branch

This patch enables the new RT307x and RT357x chips in compat-wireless
stable. I'd like to enable the same for rt2800pci as well but right now
it doesn't seem to build so I'll wait till it does to submit the diff.

Thanks,
Rick Farina

Don't see why this is needed to patch config.mk but:
Signed-off-by: Rick Farina


Enable rt3[05]7x support in compat-wireless stable branch.
diff -Naur compat-wireless-2.6.35-rc1/config.mk
compat-wireless-2.6.35-rc1-fixed/config.mk
--- compat-wireless-2.6.35-rc1/config.mk 2010-05-31
18:30:39.000000000 -0400
+++ compat-wireless-2.6.35-rc1-fixed/config.mk 2010-06-05
23:48:50.000000000 -0400
@@ -366,9 +366,9 @@
CONFIG_RT2500USB=m
ifneq ($(CONFIG_CRC_CCITT),)
CONFIG_RT2800USB=m
-# CONFIG_RT2800USB_RT30XX=y
-# CONFIG_RT2800USB_RT35XX=y
-# CONFIG_RT2800USB_UNKNOWN=y
+CONFIG_RT2800USB_RT30XX=y
+CONFIG_RT2800USB_RT35XX=y
+CONFIG_RT2800USB_UNKNOWN=y
endif
CONFIG_RT2X00_LIB_USB=m
NEED_RT2X00=y



2010-06-06 05:57:01

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: [Patch] Enable rt2800usb in compat-wireless stable branch

On Sat, Jun 5, 2010 at 10:32 PM, Richard Farina <[email protected]> wrote:
> This patch enables the new RT307x and RT357x chips in compat-wireless
> stable.  I'd like to enable the same for rt2800pci as well but right now it
> doesn't seem to build so I'll wait till it does to submit the diff.
>
> Thanks,
> Rick Farina
>
> Don't see why this is needed to patch config.mk but:
> Signed-off-by: Rick Farina
>

Manged the patch commit log a bit, but applied it thanks. Will
propagate to 2.6.35.y on the next release.

Thanks!

Luis