Searched refs:_mcs_160 (Results 1 – 2 of 2) sorted by relevance
213 u16 _mcs_160 = (mcs_160 >> (2 * i)) & 0x3; in rs_fw_he_set_enabled_rates() local230 if (_mcs_160 == IEEE80211_HE_MCS_NOT_SUPPORTED || in rs_fw_he_set_enabled_rates()232 _mcs_160 = IEEE80211_HE_MCS_NOT_SUPPORTED; in rs_fw_he_set_enabled_rates()235 if (_mcs_160 > _tx_mcs_160) in rs_fw_he_set_enabled_rates()236 _mcs_160 = _tx_mcs_160; in rs_fw_he_set_enabled_rates()238 cpu_to_le16(rs_fw_he_ieee80211_mcs_to_rs_mcs(_mcs_160)); in rs_fw_he_set_enabled_rates()
235 u16 _mcs_160 = (mcs_160 >> (2 * i)) & 0x3; in iwl_mld_fill_he_rates() local252 if (_mcs_160 == IEEE80211_HE_MCS_NOT_SUPPORTED || in iwl_mld_fill_he_rates()254 _mcs_160 = IEEE80211_HE_MCS_NOT_SUPPORTED; in iwl_mld_fill_he_rates()257 if (_mcs_160 > _tx_mcs_160) in iwl_mld_fill_he_rates()258 _mcs_160 = _tx_mcs_160; in iwl_mld_fill_he_rates()260 cpu_to_le32(iwl_mld_he_mac80211_mcs_to_fw_mcs(_mcs_160)); in iwl_mld_fill_he_rates()