diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-09-25 17:24:27 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-07 16:39:36 -0400 |
commit | 78f5fb7fc6c2c668a12fd6892c18baa20e4ffd27 (patch) | |
tree | 50ad00e040b791711926b43d5da466bfa71a0bbe /drivers/net/wireless/iwlwifi/iwl-core.h | |
parent | d8c07e7a84950b5fdef424c6dabe6bed3a9ffa19 (diff) |
iwlwifi: support idle for 6000 series hw
Using powersave while idle saves a lot of power, but
we've had problems with this on some cards (5150 has
been reported to be problematic). However, on the new
6000 series we're seeing no problems, so for now let
that hardware benefit from idle mode, we can look at
the problems with other hardware one by one and then
enable those once we figure out the problems.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-core.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.h b/drivers/net/wireless/iwlwifi/iwl-core.h index b66bf7b4b0a..744f0cac685 100644 --- a/drivers/net/wireless/iwlwifi/iwl-core.h +++ b/drivers/net/wireless/iwlwifi/iwl-core.h | |||
@@ -265,6 +265,7 @@ struct iwl_cfg { | |||
265 | const bool broken_powersave; | 265 | const bool broken_powersave; |
266 | bool use_rts_for_ht; | 266 | bool use_rts_for_ht; |
267 | int chain_noise_num_beacons; | 267 | int chain_noise_num_beacons; |
268 | const bool supports_idle; | ||
268 | }; | 269 | }; |
269 | 270 | ||
270 | /*************************** | 271 | /*************************** |