iwlwifi: rename CAPA_P2P_STANDALONE_UAPSD to CAPA_P2P_SCM_UAPSD
[deliverable/linux.git] / drivers / net / wireless / intel / iwlwifi / mvm / power.c
index 7b1f6ad6062b89c8b0bb3b08331cc812e7515dcf..ff85865b1dda85c2d4a50b212e44e3379fa4bd4d 100644 (file)
@@ -308,7 +308,7 @@ static bool iwl_mvm_power_allow_uapsd(struct iwl_mvm *mvm,
                /* Allow U-APSD only if p2p is stand alone */
                bool is_p2p_standalone = true;
 
-               if (!iwl_mvm_is_p2p_standalone_uapsd_supported(mvm))
+               if (!iwl_mvm_is_p2p_scm_uapsd_supported(mvm))
                        return false;
 
                ieee80211_iterate_active_interfaces_atomic(mvm->hw,
This page took 0.042845 seconds and 5 git commands to generate.