Searched refs:_mcs_80 (Results 1 – 2 of 2) sorted by relevance
214 u16 _mcs_80 = (mcs_80 >> (2 * i)) & 0x3; in rs_fw_he_set_enabled_rates() local219 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()
236 u16 _mcs_80 = (mcs_80 >> (2 * i)) & 0x3; in iwl_mld_fill_he_rates() local241 if (_mcs_80 == IEEE80211_HE_MCS_NOT_SUPPORTED || in iwl_mld_fill_he_rates()243 _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()249 cpu_to_le32(iwl_mld_he_mac80211_mcs_to_fw_mcs(_mcs_80)); in iwl_mld_fill_he_rates()