Home
last modified time | relevance | path

Searched refs:vht_max_ampdu_len_exp (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_tgt_cfg.h176 uint32_t vht_max_ampdu_len_exp; member
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_main.c5610 cfg->vht_max_ampdu_len_exp = (vht_cap_info & in wma_update_target_vht_cap()
5630 cfg->vht_max_ampdu_len_exp); in wma_update_target_vht_cap()
5846 vht_cap->vht_max_ampdu_len_exp = in wma_derive_ext_vht_cap()
5885 vht_cap->vht_max_ampdu_len_exp = in wma_derive_ext_vht_cap()
5886 QDF_MIN(vht_cap->vht_max_ampdu_len_exp, in wma_derive_ext_vht_cap()
5974 vht_cap->vht_mu_bformee, vht_cap->vht_max_ampdu_len_exp, in wma_update_target_ext_vht_cap()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
H A Dwlan_mlme_api.c4799 if (vht_cap_info->ampdu_len_exponent > cfg->vht_max_ampdu_len_exp) in mlme_update_vht_cap()
4800 vht_cap_info->ampdu_len_exponent = cfg->vht_max_ampdu_len_exp; in mlme_update_vht_cap()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_main.c2368 (cfg->vht_max_ampdu_len_exp << in hdd_update_tgt_vht_cap()