Home
last modified time | relevance | path

Searched refs:mcs_160_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
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()
/drivers/net/wireless/ath/ath11k/
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()