In this series we include the following fixes targeting 2.6.32: 1/17 prevents a potential null pointer exception if a particular error path is hit during module probe 2/17 and 3/17 combine to address a serious problem with powersaving. We have discovered that when the interface is downed the device keeps consuming peak power. This is because in these cases the power saving state is just reset based on a (wrong) assumption that the interface will be brought back up shortly. Patch 2/17 ensures that the power initialization is done correctly for 3945 to be able to accomodate initialization after a complete stop while patch 3/17 tells the device to stop when interface goes down. Patch 2/17 is provided in two versions, one that applies cleanly on wireless-testing and another that applies cleanly on v2.6.32. The rest of the series is mostly cleanup. We do have some additions to the channel switch API. [PATCH 01/17 v2.6.32 and w-t] iwlwifi: change the order of freeing memory [PATCH 02/17 w-t] iwl3945: update iwl3945_apm_init() [PATCH 02/17 v2.6.32] iwl3945: update iwl3945_apm_init() [PATCH 03/17 v2.6.32 and w-t] iwlwifi: turn off device when not used. [PATCH 04/17] iwl3945: remove unnecessary call to apm_ops.reset() [PATCH 05/17] iwlagn, iwl3945: remove apm_reset() functions [PATCH 06/17] iwlwifi: remove duplicated/unused definition [PATCH 07/17] iwlwifi: additional items in sensitivity range table [PATCH 08/17] iwlwifi: fix userspace setting of sleep_level_override [PATCH 09/17] iwl3945: streamline iwl3945_rfkill_poll() [PATCH 10/17] iwl3945: move iwl_power_initialize() [PATCH 11/17] iwlwifi: dynamic allocate tx queue structure [PATCH 12/17] iwlwifi: showing accumulative ucode statistics counters [PATCH 13/17] iwlwifi/iwl3945: unify rts_tx_cmd_flag [PATCH 14/17] iwl3945: rename tx to tx_cmd [PATCH 15/17] iwlwifi/iwl3945: remove data_retry_limit [PATCH 16/17] iwl3945: rearrange the code. [PATCH 17/17] iwlwifi: update channel switch command API Reinette -- 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