From: Gertjan van Wingerde <gwingerde@gmail.com>
To: users@rt2x00.serialmonkey.com, linux-wireless@vger.kernel.org
Cc: Gertjan van Wingerde <gwingerde@gmail.com>
Subject: [PATCH] rt2x00: Mark rt2800pci as broken.
Date: Sun, 8 Nov 2009 12:28:54 +0100 [thread overview]
Message-ID: <1257679734-25160-1-git-send-email-gwingerde@gmail.com> (raw)
The rt2800pci driver is currently only marked as experimental, and only the help text explains that
the driver is basically non-functional. Make the driver depend on CONFIG_BROKEN so that users cannot
enable this driver without knowing that it is broken.
Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com>
---
drivers/net/wireless/rt2x00/Kconfig | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig
index bf60689..b0f4a2f 100644
--- a/drivers/net/wireless/rt2x00/Kconfig
+++ b/drivers/net/wireless/rt2x00/Kconfig
@@ -64,8 +64,8 @@ config RT2800PCI_SOC
default y
config RT2800PCI
- tristate "Ralink rt2800 (PCI/PCMCIA) support (VERY EXPERIMENTAL)"
- depends on (RT2800PCI_PCI || RT2800PCI_SOC) && EXPERIMENTAL
+ tristate "Ralink rt2800 (PCI/PCMCIA) support (BROKEN)"
+ depends on (RT2800PCI_PCI || RT2800PCI_SOC) && EXPERIMENTAL && BROKEN
select RT2800_LIB
select RT2X00_LIB_PCI if RT2800PCI_PCI
select RT2X00_LIB_SOC if RT2800PCI_SOC
@@ -78,9 +78,6 @@ config RT2800PCI
This adds support for rt2800 wireless chipset family.
Supported chips: RT2760, RT2790, RT2860, RT2880, RT2890 & RT3052
- This driver is non-functional at the moment and is intended for
- developers.
-
When compiled as a module, this driver will be called "rt2800pci.ko".
config RT2500USB
--
1.6.5.2
next reply other threads:[~2009-11-08 11:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-08 11:28 Gertjan van Wingerde [this message]
2009-11-08 12:37 ` [PATCH] rt2x00: Mark rt2800pci as broken Ivo van Doorn
2009-11-08 12:38 ` Bartlomiej Zolnierkiewicz
2009-11-08 12:50 ` Gertjan van Wingerde
2009-11-08 13:02 ` Bartlomiej Zolnierkiewicz
2009-11-08 17:20 ` Bartlomiej Zolnierkiewicz
2009-11-08 19:02 ` Gertjan van Wingerde
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=1257679734-25160-1-git-send-email-gwingerde@gmail.com \
--to=gwingerde@gmail.com \
--cc=linux-wireless@vger.kernel.org \
--cc=users@rt2x00.serialmonkey.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).