mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-13 00:56:21 +07:00
iwlwifi: pcie: Disable L0S exit timer for 8000 HW family
This configuration is invalid for this family. Signed-off-by: Eran Harary <eran.harary@intel.com> Reviewed-by: Dor Shaish <dor.shaish@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
This commit is contained in:
parent
e12ba844ac
commit
e4a9f8cea5
@ -132,6 +132,7 @@ static int iwl_pcie_apm_init(struct iwl_trans *trans)
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* Disable L0S exit timer (platform NMI Work/Around) */
|
/* Disable L0S exit timer (platform NMI Work/Around) */
|
||||||
|
if (trans->cfg->device_family != IWL_DEVICE_FAMILY_8000)
|
||||||
iwl_set_bit(trans, CSR_GIO_CHICKEN_BITS,
|
iwl_set_bit(trans, CSR_GIO_CHICKEN_BITS,
|
||||||
CSR_GIO_CHICKEN_BITS_REG_BIT_DIS_L0S_EXIT_TIMER);
|
CSR_GIO_CHICKEN_BITS_REG_BIT_DIS_L0S_EXIT_TIMER);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user