iwlwifi: mvm: disable DQA support
authorLiad Kaufman <liad.kaufman@intel.com>
Tue, 23 Feb 2016 14:23:38 +0000 (16:23 +0200)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Wed, 2 Mar 2016 06:58:24 +0000 (08:58 +0200)
Do not allow entrance into DQA flows until feature is
completely ready and merged.

Signed-off-by: Liad Kaufman <liad.kaufman@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h

index 6d4e4879357c8f35a83ce6ca10cbdbabbfe76f81..7ea2baae04893be7b830e5636215d5ff0626f50a 100644 (file)
@@ -986,8 +986,9 @@ 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,
-                          IWL_UCODE_TLV_CAPA_DQA_SUPPORT);
+       /* 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);
 }
 
 static inline bool iwl_mvm_enter_d0i3_on_suspend(struct iwl_mvm *mvm)
This page took 0.030816 seconds and 5 git commands to generate.