We fix some performance issue cause by rate scale and sequence control in transport layer. We fix number of scan related issue mainly for P2P Plus number of small cleanup changes Emmanuel Grumbach (3): iwlagn: set the sequence control from the transport layer iwlagn: update rate scaling with BA notifications iwlagn: use kcalloc when possible for array allocation Johannes Berg (7): iwlagn: fix dangling scan request iwlagn: fix slot programming iwlagn: remove Kelvin support iwlagn: make iwl_scan_cancel_timeout void iwlagn: refactor scan complete iwlagn: move iwl_process_scan_complete up iwlagn: fix scan complete processing Wey-Yi Guy (2): MAINTAINERS: update iwlwifi iwlagn: add debugging to show probe related info in scan notification these patches are also available from wireless-next-2.6 branch on git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git Because the file system problem, all the patches are not push into git.kernel.org yet. I will push as soon as the file system issue addressed MAINTAINERS | 2 +- drivers/net/wireless/iwlwifi/iwl-agn-rxon.c | 2 +- drivers/net/wireless/iwlwifi/iwl-agn-tt.c | 18 +-- drivers/net/wireless/iwlwifi/iwl-agn-tx.c | 16 ++- drivers/net/wireless/iwlwifi/iwl-core.c | 6 +- drivers/net/wireless/iwlwifi/iwl-core.h | 4 +- drivers/net/wireless/iwlwifi/iwl-dev.h | 2 +- drivers/net/wireless/iwlwifi/iwl-eeprom.c | 5 +- drivers/net/wireless/iwlwifi/iwl-scan.c | 179 +++++++++++++++---------- drivers/net/wireless/iwlwifi/iwl-shared.h | 1 + drivers/net/wireless/iwlwifi/iwl-trans-pcie.c | 15 ++- 11 files changed, 142 insertions(+), 108 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