Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_eht.c409 uint32_t *mcs_supp; in wma_update_target_ext_eht_cap() local
445 mcs_supp = &mac_phy_caps2->eht_supp_mcs_ext_2G[0]; in wma_update_target_ext_eht_cap()
446 wma_update_eht_20mhz_only_mcs(mcs_supp, &eht_cap_mac); in wma_update_target_ext_eht_cap()
448 mcs_supp = &mac_phy_caps2->eht_supp_mcs_ext_2G[1]; in wma_update_target_ext_eht_cap()
449 wma_update_eht_le_80mhz_mcs(mcs_supp, &eht_cap_mac); in wma_update_target_ext_eht_cap()
462 mcs_supp = &mac_phy_caps2->eht_supp_mcs_ext_5G[0]; in wma_update_target_ext_eht_cap()
463 wma_update_eht_20mhz_only_mcs(mcs_supp, &eht_cap_mac); in wma_update_target_ext_eht_cap()
465 mcs_supp = &mac_phy_caps2->eht_supp_mcs_ext_5G[1]; in wma_update_target_ext_eht_cap()
466 wma_update_eht_le_80mhz_mcs(mcs_supp, &eht_cap_mac); in wma_update_target_ext_eht_cap()
469 mcs_supp = &mac_phy_caps2->eht_supp_mcs_ext_5G[2]; in wma_update_target_ext_eht_cap()
[all …]