Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dtlc.c235 u16 _mcs_80 = (mcs_80 >> (2 * i)) & 0x3; in iwl_mld_fill_he_rates() local
240 if (_mcs_80 == IEEE80211_HE_MCS_NOT_SUPPORTED || in iwl_mld_fill_he_rates()
242 _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()
248 cpu_to_le16(iwl_mld_he_mac80211_mcs_to_fw_mcs(_mcs_80)); in iwl_mld_fill_he_rates()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs-fw.c214 u16 _mcs_80 = (mcs_80 >> (2 * i)) & 0x3; in rs_fw_he_set_enabled_rates() local
219 if (_mcs_80 == IEEE80211_HE_MCS_NOT_SUPPORTED || in rs_fw_he_set_enabled_rates()
221 _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()
227 cpu_to_le16(rs_fw_he_ieee80211_mcs_to_rs_mcs(_mcs_80)); in rs_fw_he_set_enabled_rates()