qcacld-3.0: Configuration support for HE testbed defaults

Add support to configure HE testbed defaults configuration
settings.

Change-Id: I13a2158ac2e1fd05465bd74103a96fb427592de0
CRs-Fixed: 2414928
This commit is contained in:
Kiran Kumar Lokere
2019-02-24 21:53:20 -08:00
committed by nshrivas
orang tua 49e3aff542
melakukan 921b5a5213
5 mengubah file dengan 74 tambahan dan 0 penghapusan

Melihat File

@@ -823,6 +823,7 @@ struct wlan_mlme_qos {
*/
struct wlan_mlme_he_caps {
tDot11fIEhe_cap dot11_he_cap;
tDot11fIEhe_cap he_cap_orig;
uint8_t he_ppet_2g[MLME_HE_PPET_LEN];
uint8_t he_ppet_5g[MLME_HE_PPET_LEN];
uint32_t he_ops_basic_mcs_nss;

Melihat File

@@ -776,6 +776,7 @@ QDF_STATUS mlme_update_tgt_he_caps_in_cfg(struct wlan_objmgr_psoc *psoc,
qdf_mem_copy(mlme_obj->cfg.he_caps.he_ppet_5g, wma_cfg->ppet_5g,
HE_MAX_PPET_SIZE);
mlme_obj->cfg.he_caps.he_cap_orig = mlme_obj->cfg.he_caps.dot11_he_cap;
return status;
}
#endif