Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dtlc.c237 u16 _tx_mcs_80 = (tx_mcs_80 >> (2 * i)) & 0x3; in iwl_mld_fill_he_rates() local
241 _tx_mcs_80 == IEEE80211_HE_MCS_NOT_SUPPORTED) { in iwl_mld_fill_he_rates()
243 _tx_mcs_80 = IEEE80211_HE_MCS_NOT_SUPPORTED; in iwl_mld_fill_he_rates()
245 if (_mcs_80 > _tx_mcs_80) in iwl_mld_fill_he_rates()
246 _mcs_80 = _tx_mcs_80; in iwl_mld_fill_he_rates()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs-fw.c216 u16 _tx_mcs_80 = (tx_mcs_80 >> (2 * i)) & 0x3; in rs_fw_he_set_enabled_rates() local
220 _tx_mcs_80 == IEEE80211_HE_MCS_NOT_SUPPORTED) { in rs_fw_he_set_enabled_rates()
222 _tx_mcs_80 = IEEE80211_HE_MCS_NOT_SUPPORTED; in rs_fw_he_set_enabled_rates()
224 if (_mcs_80 > _tx_mcs_80) in rs_fw_he_set_enabled_rates()
225 _mcs_80 = _tx_mcs_80; in rs_fw_he_set_enabled_rates()