Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dnl80211.h5285 #define NL80211_HE_NSS_MAX 8 macro
5291 __u16 mcs[NL80211_HE_NSS_MAX];
/linux-6.6.21/drivers/net/wireless/ath/ath11k/
Dmac.c464 for (nss = NL80211_HE_NSS_MAX - 1; nss >= 0; nss--) in ath11k_mac_max_he_nss()
2204 const u16 he_mcs_limit[NL80211_HE_NSS_MAX]) in ath11k_peer_assoc_h_he_limit() argument
2211 for (nss = 0; nss < NL80211_HE_NSS_MAX; nss++) { in ath11k_peer_assoc_h_he_limit()
2252 for (nss = 0; nss < NL80211_HE_NSS_MAX; nss++) in ath11k_peer_assoc_h_he_masked()
2268 u16 he_mcs_mask[NL80211_HE_NSS_MAX]; in ath11k_peer_assoc_h_he()
2461 for (i = 0, max_nss = 0; i < NL80211_HE_NSS_MAX; i++) { in ath11k_peer_assoc_h_he()
8205 for (i = 0; i < NL80211_HE_NSS_MAX; i++) { in ath11k_mac_he_mcs_range_present()
/linux-6.6.21/net/wireless/
Dnl80211.c5064 u16 he_mcs_mask[NL80211_HE_NSS_MAX]) in he_build_mcs_mask() argument
5068 for (nss = 0; nss < NL80211_HE_NSS_MAX; nss++) { in he_build_mcs_mask()
5110 u16 mcs[NL80211_HE_NSS_MAX], in he_set_mcs_mask() argument
5114 u16 tx_mcs_mask[NL80211_HE_NSS_MAX] = {}; in he_set_mcs_mask()
5122 memset(mcs, 0, sizeof(u16) * NL80211_HE_NSS_MAX); in he_set_mcs_mask()
5129 for (i = 0; i < NL80211_HE_NSS_MAX; i++) { in he_set_mcs_mask()
5275 for (i = 0; i < NL80211_HE_NSS_MAX; i++) in nl80211_parse_tx_bitrate_mask()
5326 for (i = 0; i < NL80211_HE_NSS_MAX; i++) { in validate_beacon_tx_rate()
/linux-6.6.21/include/net/
Dcfg80211.h768 u16 he_mcs[NL80211_HE_NSS_MAX];