diff options
author | Meenakshi Venkataraman <meenakshi.venkataraman@intel.com> | 2011-01-13 14:35:26 -0500 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-01-21 18:50:46 -0500 |
commit | 9d4dea7259d2fccf447f20788300121cf1d014bb (patch) | |
tree | 3521a5e554bcf59442ff77735f9a7ffa7bf517d6 /drivers/net/wireless/iwlwifi/iwl-1000.c | |
parent | 24834d2c8455a6eeee82e007d41d7e05986d134f (diff) |
iwlagn: Enable idle powersave mode in 1000 series
The iwlagn powersave algorithm uses the supports_idle parameter
to tell the device to save power when it is not associated with
an AP and is idle.
Enable this feature for the 1000 series of devices.
Reported-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Meenakshi Venkataraman <meenakshi.venkataraman@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-1000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-1000.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-1000.c b/drivers/net/wireless/iwlwifi/iwl-1000.c index ba78bc8a259f..127723e6319f 100644 --- a/drivers/net/wireless/iwlwifi/iwl-1000.c +++ b/drivers/net/wireless/iwlwifi/iwl-1000.c | |||
@@ -270,6 +270,7 @@ static struct iwl_base_params iwl1000_base_params = { | |||
270 | .ucode_tracing = true, | 270 | .ucode_tracing = true, |
271 | .sensitivity_calib_by_driver = true, | 271 | .sensitivity_calib_by_driver = true, |
272 | .chain_noise_calib_by_driver = true, | 272 | .chain_noise_calib_by_driver = true, |
273 | .supports_idle = true, | ||
273 | }; | 274 | }; |
274 | static struct iwl_ht_params iwl1000_ht_params = { | 275 | static struct iwl_ht_params iwl1000_ht_params = { |
275 | .ht_greenfield_support = true, | 276 | .ht_greenfield_support = true, |