Home
last modified time | relevance | path

Searched refs:mcs_80_map (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/net/mac80211/
H A Dvht.c576 u16 mcs_80_map = le16_to_cpu(he_cap->he_mcs_nss_supp.rx_mcs_80); in ieee80211_sta_init_nss() local
587 u8 mcs_80 = (mcs_80_map >> (2 * i)) & 3; in ieee80211_sta_init_nss()
H A Dmlme.c5585 u16 mcs_80_map, mcs_160_map; in ieee80211_max_rx_chains() local
5643 mcs_80_map = le16_to_cpu(he_mcs_nss_supp->tx_mcs_80); in ieee80211_max_rx_chains()
5646 u8 mcs_80 = mcs_80_map >> (2 * i) & 3; in ieee80211_max_rx_chains()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dmac.c2357 u16 mcs_160_map, mcs_80_map; in ath11k_peer_assoc_h_he() local
2379 mcs_80_map = le16_to_cpu(he_cap->he_mcs_nss_supp.rx_mcs_80); in ath11k_peer_assoc_h_he()
2397 u8 mcs_80 = (mcs_80_map >> (2 * i)) & 3; in ath11k_peer_assoc_h_he()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dmac.c2379 u16 mcs_160_map, mcs_80_map; in ath12k_peer_assoc_h_he() local
2408 mcs_80_map = le16_to_cpu(he_cap->he_mcs_nss_supp.rx_mcs_80); in ath12k_peer_assoc_h_he()
2422 u8 mcs_80 = (mcs_80_map >> (2 * i)) & 3; in ath12k_peer_assoc_h_he()