The next set up cleanups and fixes for rt2x00. Highlights of the patch series include: - Fixes to the HT40 operation of rt2x00. This works now!! - Cleanup of rt2800lib.c. Now no bus details (USB or PCI specifics) are part of rt2800lib.c anymore. - Further preparations for the inclusion of support for RT3572 devices. Patches are on top of all the previous patch series I sent out, and are relative to wireless-next-2.6. There are no critical bug-fixes in here that need to be merged into 2.6.35. Gertjan van Wingerde (7): rt2x00: Remove RT2870 chipset identification. rt2x00: Move all register definitions for rt2800 to rt2800.h. rt2x00: Introduce separate interface type for PCI-express. rt2x00: Simplify check for external LNA in rt2800_init_rfcsr. rt2x00: Move PCI/USB specific register initializations to rt2800{pci,usb}. rt2x00: Sync rt2800 MCU boot signal with Ralink driver. rt2x00: Fix HT40 operation in rt2800. drivers/net/wireless/rt2x00/rt2800.h | 49 +++++++++++++++++- drivers/net/wireless/rt2x00/rt2800lib.c | 80 ++++------------------------ drivers/net/wireless/rt2x00/rt2800lib.h | 9 +++ drivers/net/wireless/rt2x00/rt2800pci.c | 36 ++++++++++++- drivers/net/wireless/rt2x00/rt2800pci.h | 19 ------- drivers/net/wireless/rt2x00/rt2800usb.c | 42 ++++++++++++++- drivers/net/wireless/rt2x00/rt2800usb.h | 37 ------------- drivers/net/wireless/rt2x00/rt2x00.h | 12 +++- drivers/net/wireless/rt2x00/rt2x00config.c | 12 +++-- drivers/net/wireless/rt2x00/rt2x00ht.c | 27 +++++++++ drivers/net/wireless/rt2x00/rt2x00lib.h | 9 +++ drivers/net/wireless/rt2x00/rt2x00pci.c | 5 ++- 12 files changed, 200 insertions(+), 137 deletions(-) -- 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