2010-06-06 18:05:00

by Sid Hayn

[permalink] [raw]
Subject: compat-wireless: Enabled rt2800pci support for new rt30xx and rt35xx chips

commit d9d9c3caaa370cca3594f7ebe530cdca9e35abc5
Author: Rick Farina <[email protected]>
Date: Sun Jun 6 14:00:18 2010 -0400

compat-wireless: Enabled rt2800pci support for new rt30xx and rt35xx
chips

The rt2800pci driver now supports the rt30xx and rt35xx series of
chips from ralink, this change
cause that support to be built into the driver. This change has
been compile tested but I do not
own any of these devices.

Note: I am purposely leaving the SoC support disabled as it doesn't
build right now. Hopefully
this will be fixed in a later rc and I'll submit the change then.

Signed-off-by: Rick Farina

diff --git a/config.mk b/config.mk
index 0001a7d..169a99c 100644
--- a/config.mk
+++ b/config.mk
@@ -270,8 +270,8 @@ CONFIG_RT2500PCI=m
ifneq ($(CONFIG_CRC_CCITT),)
CONFIG_RT2800PCI=m
CONFIG_RT2800PCI_PCI=y
-# CONFIG_RT2800PCI_RT30XX=y
-# CONFIG_RT2800PCI_RT35XX=y
+CONFIG_RT2800PCI_RT30XX=y
+CONFIG_RT2800PCI_RT35XX=y
# CONFIG_RT2800PCI_SOC=y
endif
NEED_RT2X00=y