Home
last modified time | relevance | path

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

/Linux-v6.6/net/mac80211/
Dvht.c568 u16 mcs_160_map = in ieee80211_sta_set_rx_nss() local
573 u8 mcs_160 = (mcs_160_map >> (2 * i)) & 3; in ieee80211_sta_set_rx_nss()
Dmlme.c4458 u16 mcs_80_map, mcs_160_map; in ieee80211_max_rx_chains() local
4533 mcs_160_map = le16_to_cpu(he_mcs_nss_supp->tx_mcs_160); in ieee80211_max_rx_chains()
4535 u8 mcs_160 = mcs_160_map >> (2 * i) & 3; in ieee80211_max_rx_chains()
/Linux-v6.6/drivers/net/wireless/ath/ath12k/
Dmac.c1618 u16 mcs_160_map, mcs_80_map; in ath12k_peer_assoc_h_he() local
1631 mcs_160_map = le16_to_cpu(he_cap->he_mcs_nss_supp.rx_mcs_160); in ath12k_peer_assoc_h_he()
1636 u8 mcs_160 = (mcs_160_map >> (2 * i)) & 3; in ath12k_peer_assoc_h_he()
/Linux-v6.6/drivers/net/wireless/ath/ath11k/
Dmac.c2275 u16 mcs_160_map, mcs_80_map; in ath11k_peer_assoc_h_he() local
2296 mcs_160_map = le16_to_cpu(he_cap->he_mcs_nss_supp.rx_mcs_160); in ath11k_peer_assoc_h_he()
2301 u8 mcs_160 = (mcs_160_map >> (2 * i)) & 3; in ath11k_peer_assoc_h_he()