Searched refs:mcs_2g_20 (Results 1 – 1 of 1) sorted by relevance
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_eht.c | 330 wma_update_eht_20mhz_only_mcs(uint32_t *mcs_2g_20, tDot11fIEeht_cap *eht_cap) in wma_update_eht_20mhz_only_mcs() argument 332 eht_cap->bw_20_rx_max_nss_for_mcs_0_to_7 |= QDF_GET_BITS(*mcs_2g_20, 0, 4); in wma_update_eht_20mhz_only_mcs() 333 eht_cap->bw_20_tx_max_nss_for_mcs_0_to_7 |= QDF_GET_BITS(*mcs_2g_20, 4, 4); in wma_update_eht_20mhz_only_mcs() 334 eht_cap->bw_20_rx_max_nss_for_mcs_8_and_9 |= QDF_GET_BITS(*mcs_2g_20, 8, 4); in wma_update_eht_20mhz_only_mcs() 336 QDF_GET_BITS(*mcs_2g_20, 12, 4); in wma_update_eht_20mhz_only_mcs() 338 QDF_GET_BITS(*mcs_2g_20, 16, 4); in wma_update_eht_20mhz_only_mcs() 340 QDF_GET_BITS(*mcs_2g_20, 20, 4); in wma_update_eht_20mhz_only_mcs() 342 QDF_GET_BITS(*mcs_2g_20, 24, 4); in wma_update_eht_20mhz_only_mcs() 344 QDF_GET_BITS(*mcs_2g_20, 28, 4); in wma_update_eht_20mhz_only_mcs()
|