Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dnl80211.h5105 #define NL80211_HE_NSS_MAX 8 macro
5111 __u16 mcs[NL80211_HE_NSS_MAX];
/linux-5.19.10/drivers/net/wireless/ath/ath11k/
Dmac.c456 ath11k_mac_max_he_nss(const u16 he_mcs_mask[NL80211_HE_NSS_MAX]) in ath11k_mac_max_he_nss() argument
460 for (nss = NL80211_HE_NSS_MAX - 1; nss >= 0; nss--) in ath11k_mac_max_he_nss()
2019 const u16 he_mcs_limit[NL80211_HE_NSS_MAX]) in ath11k_peer_assoc_h_he_limit() argument
2026 for (nss = 0; nss < NL80211_HE_NSS_MAX; nss++) { in ath11k_peer_assoc_h_he_limit()
2063 ath11k_peer_assoc_h_he_masked(const u16 he_mcs_mask[NL80211_HE_NSS_MAX]) in ath11k_peer_assoc_h_he_masked() argument
2067 for (nss = 0; nss < NL80211_HE_NSS_MAX; nss++) in ath11k_peer_assoc_h_he_masked()
2275 for (i = 0, max_nss = 0; i < NL80211_HE_NSS_MAX; i++) { in ath11k_peer_assoc_h_he()
7695 for (i = 0; i < NL80211_HE_NSS_MAX; i++) { in ath11k_mac_he_mcs_range_present()
/linux-5.19.10/net/wireless/
Dnl80211.c4852 u16 he_mcs_mask[NL80211_HE_NSS_MAX]) in he_build_mcs_mask() argument
4856 for (nss = 0; nss < NL80211_HE_NSS_MAX; nss++) { in he_build_mcs_mask()
4898 u16 mcs[NL80211_HE_NSS_MAX], in he_set_mcs_mask() argument
4902 u16 tx_mcs_mask[NL80211_HE_NSS_MAX] = {}; in he_set_mcs_mask()
4910 memset(mcs, 0, sizeof(u16) * NL80211_HE_NSS_MAX); in he_set_mcs_mask()
4917 for (i = 0; i < NL80211_HE_NSS_MAX; i++) { in he_set_mcs_mask()
5063 for (i = 0; i < NL80211_HE_NSS_MAX; i++) in nl80211_parse_tx_bitrate_mask()
5114 for (i = 0; i < NL80211_HE_NSS_MAX; i++) { in validate_beacon_tx_rate()
/linux-5.19.10/include/net/
Dcfg80211.h763 u16 he_mcs[NL80211_HE_NSS_MAX];