Hi John, Here is the 2.0.14 release of rt2x00. Again lots of bugfixes, and unfortunately we are still not there yet. I am afraid rt2500usb and rt61pci are lost causes for the 2.6.24 release, they are both broken, and I haven't figured out what is causing this. Next release will contain more interesting stuff, most of those patches are already done, but due to testing and fine tuning I have kept those patches back for this release. They primarily cover basic support for virtual interfaces, led triggers, and some first patches to make rt2x00lib support rt2800 (Yes, work on those drivers has begun). All indivual patches can also be found here: http://kernel.org//pub/linux/kernel/people/ivd/rt2x00-2.0.14/ Ivo --- The following changes since commit 2d0811f5ed506397d85792abfd8ef0983f4e8b7c: John W. Linville (1): fixup 'everything' after 'upstream-davem' rebase and patch modification are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git/ upstream Ivo van Doorn (12): rt2x00: Fix chipset debugfs file rt2x00: Always call ieee80211_stop_queue() when return NETDEV_TX_BUSY rt2x00: Only set the TBCN flag when the interface is configured to send beacons. rt2x00: Store queue idx and entry idx in data_ring and data_entry rt2x00: Move start() and stop() handlers into rt2x00lib.c rt2x00: Put 802.11 data on 4 byte boundary rt2x00: Move packet filter flags rt2x00: Cleanup write_tx_desc() arguments rt2x00: Determine MY_BSS from descriptor rt2x00: Move init_txring and init_rxring into rt2x00lib rt2x00: Correctly initialize data and desc pointer rt2x00: Release rt2x00 2.0.14 drivers/net/wireless/rt2x00/rt2400pci.c | 102 +++++++-------------- drivers/net/wireless/rt2x00/rt2500pci.c | 88 ++++++------------ drivers/net/wireless/rt2x00/rt2500usb.c | 36 +++++--- drivers/net/wireless/rt2x00/rt2x00.h | 32 ++++--- drivers/net/wireless/rt2x00/rt2x00debug.c | 13 +-- drivers/net/wireless/rt2x00/rt2x00dev.c | 142 ++++++++++++++++++++++++----- drivers/net/wireless/rt2x00/rt2x00lib.h | 4 +- drivers/net/wireless/rt2x00/rt2x00mac.c | 59 +++--------- drivers/net/wireless/rt2x00/rt2x00pci.c | 28 ++++-- drivers/net/wireless/rt2x00/rt2x00ring.h | 13 +++ drivers/net/wireless/rt2x00/rt2x00usb.c | 87 ++++++++---------- drivers/net/wireless/rt2x00/rt2x00usb.h | 5 +- drivers/net/wireless/rt2x00/rt61pci.c | 114 +++++++++--------------- drivers/net/wireless/rt2x00/rt73usb.c | 35 ++++--- 14 files changed, 378 insertions(+), 380 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