This will enable the support for the Ralink drivers, developed in the rt2x00 project <http://rt2x00.serialmonkey.com>. These drivers make use of the mac80211 stack. When building one of the individual drivers, the rt2x00 library will also be created. That library (when the driver is built as a module) will be called rt2x00lib. Additionally PCI and USB libraries will also be build depending on the types of drivers being selected, these libraries will be called rt2x00pci and rt2x00usb.
This adds support for rt2400 wireless chipset family. Supported chips: RT2460. When compiled as a module, this driver will be called rt2400pci.
This adds support for rt2500 wireless chipset family. Supported chips: RT2560. When compiled as a module, this driver will be called rt2500pci.
This adds support for rt2501 wireless chipset family. Supported chips: RT2561, RT2561S & RT2661. When compiled as a module, this driver will be called rt61pci.
This adds support for rt27xx/rt28xx/rt30xx wireless chipset family. Supported chips: RT2760, RT2790, RT2860, RT2880, RT2890, RT3052, RT3090, RT3091 & RT3092 When compiled as a module, this driver will be called "rt2800pci.ko".
This adds support for rt33xx wireless chipset family to the rt2800pci driver. Supported chips: RT3390
This adds support for rt35xx wireless chipset family to the rt2800pci driver. Supported chips: RT3060, RT3062, RT3562, RT3592 Support for these devices is non-functional at the moment and is intended for testers and developers.
This adds support for rt53xx wireless chipset family to the rt2800pci driver. Supported chips: RT5390
This adds support for rt2500 wireless chipset family. Supported chips: RT2571 & RT2572. When compiled as a module, this driver will be called rt2500usb.
This adds support for rt2501 wireless chipset family. Supported chips: RT2571W, RT2573 & RT2671. When compiled as a module, this driver will be called rt73usb.
This adds support for rt27xx/rt28xx/rt30xx wireless chipset family. Supported chips: RT2770, RT2870 & RT3070, RT3071 & RT3072 When compiled as a module, this driver will be called "rt2800usb.ko".
This adds support for rt33xx wireless chipset family to the rt2800usb driver. Supported chips: RT3370
This adds support for rt35xx wireless chipset family to the rt2800usb driver. Supported chips: RT3572 Support for these devices is non-functional at the moment and is intended for testers and developers.
This adds support for rt53xx wireless chipset family to the rt2800pci driver. Supported chips: RT5370
This adds support for rt2800usb devices that are known to have a rt28xx family compatible chipset, but for which the exact chipset is unknown. Support status for these devices is unknown, and enabling these devices may or may not work.
Enable creation of debugfs files for the rt2x00 drivers. These debugfs files support both reading and writing of the most important register types of the rt2x00 hardware.
Enable debugging output for all rt2x00 modules