Searched refs:mcs_160_map (Results 1 – 2 of 2) sorted by relevance
5896 u16 mcs_80_map, mcs_160_map; in ieee80211_max_rx_chains() local5971 mcs_160_map = le16_to_cpu(he_mcs_nss_supp->tx_mcs_160); in ieee80211_max_rx_chains()5973 u8 mcs_160 = mcs_160_map >> (2 * i) & 3; in ieee80211_max_rx_chains()
2594 u16 mcs_160_map, mcs_80_map; in ath12k_peer_assoc_h_he() local2638 mcs_160_map = le16_to_cpu(he_cap->he_mcs_nss_supp.rx_mcs_160); in ath12k_peer_assoc_h_he()2643 u8 mcs_160 = (mcs_160_map >> (2 * i)) & 3; in ath12k_peer_assoc_h_he()