Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9d4dea72 authored by Meenakshi Venkataraman's avatar Meenakshi Venkataraman Committed by Wey-Yi Guy
Browse files

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: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarMeenakshi Venkataraman <meenakshi.venkataraman@intel.com>
Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
parent 24834d2c
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -270,6 +270,7 @@ static struct iwl_base_params iwl1000_base_params = {
	.ucode_tracing = true,
	.ucode_tracing = true,
	.sensitivity_calib_by_driver = true,
	.sensitivity_calib_by_driver = true,
	.chain_noise_calib_by_driver = true,
	.chain_noise_calib_by_driver = true,
	.supports_idle = true,
};
};
static struct iwl_ht_params iwl1000_ht_params = {
static struct iwl_ht_params iwl1000_ht_params = {
	.ht_greenfield_support = true,
	.ht_greenfield_support = true,