Home
last modified time | relevance | path

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

/linux/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()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dtlc.c238 u16 _tx_mcs_80 = (tx_mcs_80 >> (2 * i)) & 0x3; in iwl_mld_fill_he_rates() local
242 _tx_mcs_80 == IEEE80211_HE_MCS_NOT_SUPPORTED) { in iwl_mld_fill_he_rates()
244 _tx_mcs_80 = IEEE80211_HE_MCS_NOT_SUPPORTED; in iwl_mld_fill_he_rates()
246 if (_mcs_80 > _tx_mcs_80) in iwl_mld_fill_he_rates()
247 _mcs_80 = _tx_mcs_80; in iwl_mld_fill_he_rates()