Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dvht.c564 u16 mcs_160_map = in ieee80211_sta_init_nss() local
569 u8 mcs_160 = (mcs_160_map >> (2 * i)) & 3; in ieee80211_sta_init_nss()
H A 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()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c1620 u16 mcs_160_map, mcs_80_map; in ath12k_peer_assoc_h_he() local
1633 mcs_160_map = le16_to_cpu(he_cap->he_mcs_nss_supp.rx_mcs_160); in ath12k_peer_assoc_h_he()
1638 u8 mcs_160 = (mcs_160_map >> (2 * i)) & 3; in ath12k_peer_assoc_h_he()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c2268 u16 mcs_160_map, mcs_80_map; in ath11k_peer_assoc_h_he() local
2289 mcs_160_map = le16_to_cpu(he_cap->he_mcs_nss_supp.rx_mcs_160); in ath11k_peer_assoc_h_he()
2296 u8 mcs_160 = (mcs_160_map >> (2 * i)) & 3; in ath11k_peer_assoc_h_he()