Searched refs:he_mcs_mask (Results 1 – 2 of 2) sorted by relevance
460 ath11k_mac_max_he_nss(const u16 *he_mcs_mask) in ath11k_mac_max_he_nss() argument465 if (he_mcs_mask[nss]) in ath11k_mac_max_he_nss()2241 ath11k_peer_assoc_h_he_masked(const u16 *he_mcs_mask) in ath11k_peer_assoc_h_he_masked() argument2246 if (he_mcs_mask[nss]) in ath11k_peer_assoc_h_he_masked()2261 u16 he_mcs_mask[NL80211_HE_NSS_MAX]; in ath11k_peer_assoc_h_he() local2278 memcpy(he_mcs_mask, arvif->bitrate_mask.control[band].he_mcs, in ath11k_peer_assoc_h_he()2279 sizeof(he_mcs_mask)); in ath11k_peer_assoc_h_he()2281 if (ath11k_peer_assoc_h_he_masked(he_mcs_mask)) in ath11k_peer_assoc_h_he()2397 he_nss = ath11k_mac_max_he_nss(he_mcs_mask); in ath11k_peer_assoc_h_he()2402 if (he_mcs_mask[nss_idx]) { in ath11k_peer_assoc_h_he()[all …]
5094 u16 he_mcs_mask[NL80211_HE_NSS_MAX]) in he_build_mcs_mask() 5099 he_mcs_mask[nss] = he_mcs_map_to_mcs_mask(he_mcs_map & 0x03); in he_get_txmcsmap() 5156 /* Build he_mcs_mask from HE capabilities */ in he_set_mcs_mask()