qcacld-3.0: Reset UL MU MIMO capability for ML STA
The UL MU MIMO capability is neither supported by SAP nor STA. In the case of ML STA, reset UL MU MIMO capability on all its vdevs. Change-Id: I14ba48aceade0ac4fd85aa66a6dda54748c89a03 CRs-Fixed: 3487893
Este cometimento está contido em:

cometido por
Madan Koyyalamudi

ascendente
8fee440021
cometimento
6f178f75ef
@@ -8616,10 +8616,11 @@ static void lim_revise_req_eht_cap_per_mode(struct mlme_legacy_priv *mlme_priv,
|
||||
pe_debug("Disable eht cap for SAP/GO");
|
||||
mlme_priv->eht_config.tx_1024_4096_qam_lt_242_tone_ru = 0;
|
||||
mlme_priv->eht_config.rx_1024_4096_qam_lt_242_tone_ru = 0;
|
||||
mlme_priv->eht_config.non_ofdma_ul_mu_mimo_le_80mhz = 0;
|
||||
mlme_priv->eht_config.non_ofdma_ul_mu_mimo_160mhz = 0;
|
||||
mlme_priv->eht_config.non_ofdma_ul_mu_mimo_320mhz = 0;
|
||||
}
|
||||
|
||||
mlme_priv->eht_config.non_ofdma_ul_mu_mimo_le_80mhz = 0;
|
||||
mlme_priv->eht_config.non_ofdma_ul_mu_mimo_160mhz = 0;
|
||||
mlme_priv->eht_config.non_ofdma_ul_mu_mimo_320mhz = 0;
|
||||
}
|
||||
|
||||
void lim_copy_bss_eht_cap(struct pe_session *session)
|
||||
@@ -8652,6 +8653,7 @@ void lim_copy_join_req_eht_cap(struct pe_session *session)
|
||||
if (!mlme_priv)
|
||||
return;
|
||||
lim_revise_req_eht_cap_per_band(mlme_priv, session);
|
||||
lim_revise_req_eht_cap_per_mode(mlme_priv, session);
|
||||
qdf_mem_copy(&session->eht_config, &mlme_priv->eht_config,
|
||||
sizeof(session->eht_config));
|
||||
}
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador