|
@@ -161,9 +161,6 @@ static bool rs_mimo_allow(struct iwl_mvm *mvm, struct ieee80211_sta *sta,
|
|
|
struct rs_rate *rate,
|
|
|
const struct rs_tx_column *next_col)
|
|
|
{
|
|
|
- struct iwl_mvm_sta *mvmsta;
|
|
|
- struct iwl_mvm_vif *mvmvif;
|
|
|
-
|
|
|
if (!sta->ht_cap.ht_supported)
|
|
|
return false;
|
|
|
|
|
@@ -176,9 +173,6 @@ static bool rs_mimo_allow(struct iwl_mvm *mvm, struct ieee80211_sta *sta,
|
|
|
if (!iwl_mvm_bt_coex_is_mimo_allowed(mvm, sta))
|
|
|
return false;
|
|
|
|
|
|
- mvmsta = iwl_mvm_sta_from_mac80211(sta);
|
|
|
- mvmvif = iwl_mvm_vif_from_mac80211(mvmsta->vif);
|
|
|
-
|
|
|
if (mvm->nvm_data->sku_cap_mimo_disabled)
|
|
|
return false;
|
|
|
|