Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dnl80211.h5430 #define NL80211_HE_NSS_MAX 8 macro
5436 __u16 mcs[NL80211_HE_NSS_MAX];
/linux-6.12.1/drivers/net/wireless/ath/ath11k/
Dmac.c462 for (nss = NL80211_HE_NSS_MAX - 1; nss >= 0; nss--) in ath11k_mac_max_he_nss()
2282 const u16 he_mcs_limit[NL80211_HE_NSS_MAX]) in ath11k_peer_assoc_h_he_limit() argument
2289 for (nss = 0; nss < NL80211_HE_NSS_MAX; nss++) { in ath11k_peer_assoc_h_he_limit()
2330 for (nss = 0; nss < NL80211_HE_NSS_MAX; nss++) in ath11k_peer_assoc_h_he_masked()
2346 u16 he_mcs_mask[NL80211_HE_NSS_MAX]; in ath11k_peer_assoc_h_he()
2543 for (i = 0, max_nss = 0; i < NL80211_HE_NSS_MAX; i++) { in ath11k_peer_assoc_h_he()
8527 for (i = 0; i < NL80211_HE_NSS_MAX; i++) { in ath11k_mac_he_mcs_range_present()
/linux-6.12.1/net/wireless/
Dnl80211.c5175 u16 he_mcs_mask[NL80211_HE_NSS_MAX]) in he_build_mcs_mask() argument
5179 for (nss = 0; nss < NL80211_HE_NSS_MAX; nss++) { in he_build_mcs_mask()
5221 u16 mcs[NL80211_HE_NSS_MAX], in he_set_mcs_mask() argument
5225 u16 tx_mcs_mask[NL80211_HE_NSS_MAX] = {}; in he_set_mcs_mask()
5233 memset(mcs, 0, sizeof(u16) * NL80211_HE_NSS_MAX); in he_set_mcs_mask()
5240 for (i = 0; i < NL80211_HE_NSS_MAX; i++) { in he_set_mcs_mask()
5386 for (i = 0; i < NL80211_HE_NSS_MAX; i++) in nl80211_parse_tx_bitrate_mask()
5437 for (i = 0; i < NL80211_HE_NSS_MAX; i++) { in validate_beacon_tx_rate()
/linux-6.12.1/include/net/
Dcfg80211.h840 u16 he_mcs[NL80211_HE_NSS_MAX];