From: Richard Farina <sidhayn@gmail.com>
To: "linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
"Luis R. Rodriguez" <mcgrof@gmail.com>
Subject: compat-wireless: Enabled RT3[05]xx support in rt2800pci driver
Date: Thu, 10 Jun 2010 13:52:33 -0400 [thread overview]
Message-ID: <4C112661.9060909@gmail.com> (raw)
commit 3e5212c1d07909478c38c6b606ccc9d88b2a7297
Author: Rick Farina <sidhayn@gmail.com>
Date: Thu Jun 10 13:46:33 2010 -0400
Enable CONFIG_RT2800PCI_RT30XX and CONFIG_RT2800PCI_RT35XX. This
change has been
compile tested only as I do not personally own this hardware.
Added additional note about requirements to safely enable
CONFIG_RT2800PCI_SOC.
Signed-off-by: Rick Farina
diff --git a/config.mk b/config.mk
index 0001a7d..42ca58e 100644
--- a/config.mk
+++ b/config.mk
@@ -270,8 +270,11 @@ 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
+# XXX: This config param needs to be activated only if
+# RALINK_RT288X || RALINK_RT305X but the Makefile doesn't
+# support this yet.
# CONFIG_RT2800PCI_SOC=y
endif
NEED_RT2X00=y
reply other threads:[~2010-06-10 17:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C112661.9060909@gmail.com \
--to=sidhayn@gmail.com \
--cc=linux-wireless@vger.kernel.org \
--cc=mcgrof@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).