We include three fixes. Included is a fix for some DMA issues discovered while running with CONFIG_DMA_API_DEBUG where some memory was not unmapped when driver is unloaded. We also include a fix for a potential BUG_ON in rate scaling. The third fix eliminates the need for the driver to allocate a large memory area on resume, which has been causing some memory allocation issues. These patches are also available from wireless-2.6 branch on git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git Shanyu Zhao (1): iwlwifi: use consistent table for tx data collect Zhu Yi (2): iwlwifi: fix DMA allocation warnings iwlwifi: avoid Tx queue memory allocation in interface down drivers/net/wireless/iwlwifi/iwl-agn-rs.c | 55 +++++++-------- drivers/net/wireless/iwlwifi/iwl-core.c | 11 ++- drivers/net/wireless/iwlwifi/iwl-core.h | 5 +- drivers/net/wireless/iwlwifi/iwl-tx.c | 107 +++++++++++++++++++++++++---- 4 files changed, 129 insertions(+), 49 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