Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_tgt_cfg.h141 bool ht_sgi_20; member
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_main.c5549 cfg->ht_sgi_20 = !!(ht_cap_info & WMI_HT_CAP_HT20_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()
5697 ht_cap->ht_sgi_20 = (!!(value & WMI_HT_CAP_HT20_SGI)); in wma_derive_ext_ht_cap()
5712 ht_cap->ht_sgi_20 = QDF_MIN(ht_cap->ht_sgi_20, 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.c2184 if (ht_cap_info.short_gi_20_mhz && !cfg->ht_sgi_20) in hdd_update_tgt_ht_cap()
2185 ht_cap_info.short_gi_20_mhz = cfg->ht_sgi_20; in hdd_update_tgt_ht_cap()