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

Commit 280452c9 authored by Liad Kaufman's avatar Liad Kaufman Committed by Emmanuel Grumbach
Browse files

iwlwifi: mvm: disable DQA support



Do not allow entrance into DQA flows until feature is
completely ready and merged.

Signed-off-by: default avatarLiad Kaufman <liad.kaufman@intel.com>
Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
parent 5eae443e
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -986,7 +986,8 @@ static inline bool iwl_mvm_is_d0i3_supported(struct iwl_mvm *mvm)

static inline bool iwl_mvm_is_dqa_supported(struct iwl_mvm *mvm)
{
	return fw_has_capa(&mvm->fw->ucode_capa,
	/* Make sure DQA isn't allowed in driver until feature is complete */
	return false && fw_has_capa(&mvm->fw->ucode_capa,
				    IWL_UCODE_TLV_CAPA_DQA_SUPPORT);
}