On Sunday 08 November 2009, Gertjan van Wingerde wrote: > 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@xxxxxxxxx> Acked-by: Ivo van Doorn <IvDoorn@xxxxxxxxx> > --- > 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 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html