Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath12k/
Dmac.c1618 u16 mcs_160_map, mcs_80_map; in ath12k_peer_assoc_h_he() local
1632 mcs_80_map = le16_to_cpu(he_cap->he_mcs_nss_supp.rx_mcs_80); in ath12k_peer_assoc_h_he()
1646 u8 mcs_80 = (mcs_80_map >> (2 * i)) & 3; in ath12k_peer_assoc_h_he()
/drivers/net/wireless/ath/ath11k/
Dmac.c2268 u16 mcs_160_map, mcs_80_map; in ath11k_peer_assoc_h_he() local
2290 mcs_80_map = le16_to_cpu(he_cap->he_mcs_nss_supp.rx_mcs_80); in ath11k_peer_assoc_h_he()
2308 u8 mcs_80 = (mcs_80_map >> (2 * i)) & 3; in ath11k_peer_assoc_h_he()