Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c2359 int i, he_nss, nss_idx; in ath11k_peer_assoc_h_he() local
2492 he_nss = ath11k_mac_max_he_nss(he_mcs_mask); in ath11k_peer_assoc_h_he()
2494 if (he_nss > sta->deflink.rx_nss) { in ath11k_peer_assoc_h_he()
2507 he_mcs_mask[sta->deflink.rx_nss - 1] = he_mcs_mask[he_nss - 1]; in ath11k_peer_assoc_h_he()
9034 u8 vht_nss, he_nss; in ath11k_mac_validate_vht_he_fixed_rate_settings() local
9050 he_nss = ath11k_mac_max_he_nss(he_mcs_mask); in ath11k_mac_validate_vht_he_fixed_rate_settings()
9065 deflink->rx_nss < he_nss)) { in ath11k_mac_validate_vht_he_fixed_rate_settings()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c2493 int he_nss, nss_idx; in ath12k_peer_assoc_h_he() local
2629 he_nss = ath12k_mac_max_he_nss(he_mcs_mask); in ath12k_peer_assoc_h_he()
2631 if (he_nss > link_sta->rx_nss) { in ath12k_peer_assoc_h_he()
2645 he_mcs_mask[link_sta->rx_nss - 1] = he_mcs_mask[he_nss - 1]; in ath12k_peer_assoc_h_he()
12733 u8 vht_nss, he_nss, eht_nss; in ath12k_mac_validate_fixed_rate_settings() local
12753 he_nss = ath12k_mac_max_he_nss(he_mcs_mask); in ath12k_mac_validate_fixed_rate_settings()
12772 link_sta->rx_nss < he_nss)) { in ath12k_mac_validate_fixed_rate_settings()