Home
last modified time | relevance | path

Searched refs:ht_sgi_40 (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_tgt_cfg.h142 bool ht_sgi_40; member
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_main.c5551 cfg->ht_sgi_40 = !!(ht_cap_info & WMI_HT_CAP_HT40_SGI); in wma_update_target_ht_cap()
5563 cfg->ht_rx_ldpc, cfg->ht_sgi_20, cfg->ht_sgi_40, in wma_update_target_ht_cap()
5698 ht_cap->ht_sgi_40 = (!!(value & WMI_HT_CAP_HT40_SGI)); in wma_derive_ext_ht_cap()
5714 ht_cap->ht_sgi_40 = QDF_MIN(ht_cap->ht_sgi_40, in wma_derive_ext_ht_cap()
5793 ht_cap->ht_sgi_20, ht_cap->ht_sgi_40, in wma_update_target_ext_ht_cap()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_main.c2187 if (ht_cap_info.short_gi_40_mhz && !cfg->ht_sgi_40) in hdd_update_tgt_ht_cap()
2188 ht_cap_info.short_gi_40_mhz = cfg->ht_sgi_40; in hdd_update_tgt_ht_cap()