|
@@ -177,7 +177,8 @@ static bool rs_mimo_allow(struct iwl_mvm *mvm, struct ieee80211_sta *sta,
|
|
|
|
|
|
mvmsta = iwl_mvm_sta_from_mac80211(sta);
|
|
mvmsta = iwl_mvm_sta_from_mac80211(sta);
|
|
mvmvif = iwl_mvm_vif_from_mac80211(mvmsta->vif);
|
|
mvmvif = iwl_mvm_vif_from_mac80211(mvmsta->vif);
|
|
- if (iwl_mvm_vif_low_latency(mvmvif) && mvmsta->vif->p2p)
|
|
|
|
|
|
+ if (IWL_MVM_RS_DISABLE_P2P_MIMO &&
|
|
|
|
+ iwl_mvm_vif_low_latency(mvmvif) && mvmsta->vif->p2p)
|
|
return false;
|
|
return false;
|
|
|
|
|
|
if (mvm->nvm_data->sku_cap_mimo_disabled)
|
|
if (mvm->nvm_data->sku_cap_mimo_disabled)
|