diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-11-10 12:56:50 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-11-15 13:26:59 -0500 |
commit | f81c1f48384d398dbe8f6c5b10377c7158086791 (patch) | |
tree | f5a813c7e3b66a024adb7db8359c920fb878a4db /drivers/net/wireless/iwlwifi/iwl-6000.c | |
parent | 6fe8efb2211fe61caa7b0e1c36c521670b8a10a9 (diff) |
iwlagn: enable shadow register
For 6000 series devices and up, enable automatic update MAC's register
for better power usage in PSP mode
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-6000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-6000.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-6000.c b/drivers/net/wireless/iwlwifi/iwl-6000.c index 21ac2817722e..c7ff1bdf42cd 100644 --- a/drivers/net/wireless/iwlwifi/iwl-6000.c +++ b/drivers/net/wireless/iwlwifi/iwl-6000.c | |||
@@ -487,6 +487,7 @@ static struct iwl_base_params iwl6000_base_params = { | |||
487 | .ucode_tracing = true, | 487 | .ucode_tracing = true, |
488 | .sensitivity_calib_by_driver = true, | 488 | .sensitivity_calib_by_driver = true, |
489 | .chain_noise_calib_by_driver = true, | 489 | .chain_noise_calib_by_driver = true, |
490 | .shadow_reg_enable = true, | ||
490 | }; | 491 | }; |
491 | 492 | ||
492 | static struct iwl_base_params iwl6050_base_params = { | 493 | static struct iwl_base_params iwl6050_base_params = { |
@@ -510,6 +511,7 @@ static struct iwl_base_params iwl6050_base_params = { | |||
510 | .ucode_tracing = true, | 511 | .ucode_tracing = true, |
511 | .sensitivity_calib_by_driver = true, | 512 | .sensitivity_calib_by_driver = true, |
512 | .chain_noise_calib_by_driver = true, | 513 | .chain_noise_calib_by_driver = true, |
514 | .shadow_reg_enable = true, | ||
513 | }; | 515 | }; |
514 | static struct iwl_base_params iwl6000_coex_base_params = { | 516 | static struct iwl_base_params iwl6000_coex_base_params = { |
515 | .eeprom_size = OTP_LOW_IMAGE_SIZE, | 517 | .eeprom_size = OTP_LOW_IMAGE_SIZE, |
@@ -532,6 +534,7 @@ static struct iwl_base_params iwl6000_coex_base_params = { | |||
532 | .ucode_tracing = true, | 534 | .ucode_tracing = true, |
533 | .sensitivity_calib_by_driver = true, | 535 | .sensitivity_calib_by_driver = true, |
534 | .chain_noise_calib_by_driver = true, | 536 | .chain_noise_calib_by_driver = true, |
537 | .shadow_reg_enable = true, | ||
535 | }; | 538 | }; |
536 | 539 | ||
537 | static struct iwl_ht_params iwl6000_ht_params = { | 540 | static struct iwl_ht_params iwl6000_ht_params = { |