Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
H A Dwlan_mlme_api.c7124 uint8_t rx_max_mcs, tx_max_mcs, max_mcs = INVALID_MCS_NSS_INDEX; in mlme_get_max_he_mcs_idx() local
7132 max_mcs = rx_max_mcs < tx_max_mcs ? rx_max_mcs : tx_max_mcs; in mlme_get_max_he_mcs_idx()
7133 if (max_mcs < 0x03) in mlme_get_max_he_mcs_idx()
7134 max_mcs = 7 + 2 * max_mcs; in mlme_get_max_he_mcs_idx()
7142 max_mcs = rx_max_mcs < tx_max_mcs ? rx_max_mcs : tx_max_mcs; in mlme_get_max_he_mcs_idx()
7143 if (max_mcs < 0x03) in mlme_get_max_he_mcs_idx()
7144 max_mcs = 7 + 2 * max_mcs; in mlme_get_max_he_mcs_idx()
7152 max_mcs = rx_max_mcs < tx_max_mcs ? rx_max_mcs : tx_max_mcs; in mlme_get_max_he_mcs_idx()
7153 if (max_mcs < 0x03) in mlme_get_max_he_mcs_idx()
7154 max_mcs = 7 + 2 * max_mcs; in mlme_get_max_he_mcs_idx()
[all …]