Home
last modified time | relevance | path

Searched refs:mcs_80 (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/net/mac80211/
H A Dvht.c587 u8 mcs_80 = (mcs_80_map >> (2 * i)) & 3; in ieee80211_sta_init_nss() local
589 if (mcs_80 != IEEE80211_HE_MCS_NOT_SUPPORTED) { in ieee80211_sta_init_nss()
H A Dmlme.c5646 u8 mcs_80 = mcs_80_map >> (2 * i) & 3; in ieee80211_max_rx_chains() local
5648 if (mcs_80 != IEEE80211_VHT_MCS_NOT_SUPPORTED) { in ieee80211_max_rx_chains()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dtlc.c223 u16 mcs_80 = le16_to_cpu(he_cap->he_mcs_nss_supp.rx_mcs_80); in iwl_mld_fill_he_rates() local
235 u16 _mcs_80 = (mcs_80 >> (2 * i)) & 0x3; in iwl_mld_fill_he_rates()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs-fw.c202 u16 mcs_80 = le16_to_cpu(he_cap->he_mcs_nss_supp.rx_mcs_80); in rs_fw_he_set_enabled_rates() local
214 u16 _mcs_80 = (mcs_80 >> (2 * i)) & 0x3; in rs_fw_he_set_enabled_rates()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dmac.c2397 u8 mcs_80 = (mcs_80_map >> (2 * i)) & 3; in ath11k_peer_assoc_h_he() local
2399 if (mcs_80 != IEEE80211_VHT_MCS_NOT_SUPPORTED) { in ath11k_peer_assoc_h_he()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dmac.c2422 u8 mcs_80 = (mcs_80_map >> (2 * i)) & 3; in ath12k_peer_assoc_h_he() local
2424 if (mcs_80 != IEEE80211_HE_MCS_NOT_SUPPORTED) { in ath12k_peer_assoc_h_he()