Searched refs:mcs_160mhz (Results 1 – 1 of 1) sorted by relevance
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_eht.c | 365 wma_update_eht_160mhz_mcs(uint32_t *mcs_160mhz, tDot11fIEeht_cap *eht_cap) in wma_update_eht_160mhz_mcs() argument 368 QDF_GET_BITS(*mcs_160mhz, 0, 4); in wma_update_eht_160mhz_mcs() 370 QDF_GET_BITS(*mcs_160mhz, 4, 4); in wma_update_eht_160mhz_mcs() 372 QDF_GET_BITS(*mcs_160mhz, 8, 4); in wma_update_eht_160mhz_mcs() 374 QDF_GET_BITS(*mcs_160mhz, 12, 4); in wma_update_eht_160mhz_mcs() 376 QDF_GET_BITS(*mcs_160mhz, 16, 4); in wma_update_eht_160mhz_mcs() 378 QDF_GET_BITS(*mcs_160mhz, 20, 4); in wma_update_eht_160mhz_mcs()
|