Hi John, Here are 3 patches for rt2x00, they are all intended for 2.6.26 since they fix serious bugs. Patch 1 should prevent problems as reported by Johannes Berg regarding skb->truesize by removing the only pskb_expand_head() call in rt2x00 (and use a already existing buffer instead). Patches 2 and 3 fix problems when DMA allocation fails, that usually doesn't happen, hence the reason these problems have gone unnoticed for so long. :S Ivo --- The following changes since commit 0bacadffc86bcba2fdf2b989afc286a8184664a0: Ivo van Doorn (1): rt2x00: Fix quality/activity led handling are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git/ upstream Gertjan van Wingerde (1): rt2x00: Clean up error handling of PCI queue DMA allocation. Ivo van Doorn (2): rt2x00: Don't use pskb_expand_head() rt2x00: Fix broken recover-on-error path drivers/net/wireless/rt2x00/rt2x00dev.c | 11 ++++------- drivers/net/wireless/rt2x00/rt2x00pci.c | 5 +++-- drivers/net/wireless/rt2x00/rt61pci.c | 31 +++++++++++-------------------- 3 files changed, 18 insertions(+), 29 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