Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c533 ath12k_mac_max_he_nss(const u16 he_mcs_mask[NL80211_HE_NSS_MAX]) in ath12k_mac_max_he_nss() argument
537 for (nss = NL80211_HE_NSS_MAX - 1; nss >= 0; nss--) in ath12k_mac_max_he_nss()
2531 for (nss = 0; nss < NL80211_HE_NSS_MAX; nss++) { in ath12k_peer_assoc_h_he_limit()
2568 ath12k_peer_assoc_h_he_masked(const u16 he_mcs_mask[NL80211_HE_NSS_MAX]) in ath12k_peer_assoc_h_he_masked() argument
2572 for (nss = 0; nss < NL80211_HE_NSS_MAX; nss++) in ath12k_peer_assoc_h_he_masked()
2787 for (i = 0, max_nss = 0, he_mcs = 0; i < NL80211_HE_NSS_MAX; i++) { in ath12k_peer_assoc_h_he()
12887 for (i = 0; i < NL80211_HE_NSS_MAX; i++) { in ath12k_mac_he_mcs_range_present()
/linux/net/wireless/
H A Dnl80211.c5731 u16 he_mcs_mask[NL80211_HE_NSS_MAX]) in he_build_mcs_mask() argument
5735 for (nss = 0; nss < NL80211_HE_NSS_MAX; nss++) { in he_build_mcs_mask()
5777 u16 mcs[NL80211_HE_NSS_MAX], in he_set_mcs_mask() argument
5781 u16 tx_mcs_mask[NL80211_HE_NSS_MAX] = {}; in he_set_mcs_mask()
5789 memset(mcs, 0, sizeof(u16) * NL80211_HE_NSS_MAX); in he_set_mcs_mask()
5796 for (i = 0; i < NL80211_HE_NSS_MAX; i++) { in he_set_mcs_mask()
6131 for (i = 0; i < NL80211_HE_NSS_MAX; i++) in nl80211_parse_tx_bitrate_mask()
6186 for (i = 0; i < NL80211_HE_NSS_MAX; i++) { in validate_beacon_tx_rate()