Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dnl80211.h5285 #define NL80211_HE_NSS_MAX 8 macro
5291 __u16 mcs[NL80211_HE_NSS_MAX];
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c464 for (nss = NL80211_HE_NSS_MAX - 1; nss >= 0; nss--) in ath11k_mac_max_he_nss()
2197 const u16 he_mcs_limit[NL80211_HE_NSS_MAX]) in ath11k_peer_assoc_h_he_limit() argument
2204 for (nss = 0; nss < NL80211_HE_NSS_MAX; nss++) { in ath11k_peer_assoc_h_he_limit()
2245 for (nss = 0; nss < NL80211_HE_NSS_MAX; nss++) in ath11k_peer_assoc_h_he_masked()
2261 u16 he_mcs_mask[NL80211_HE_NSS_MAX]; in ath11k_peer_assoc_h_he()
2458 for (i = 0, max_nss = 0; i < NL80211_HE_NSS_MAX; i++) { in ath11k_peer_assoc_h_he()
8210 for (i = 0; i < NL80211_HE_NSS_MAX; i++) { in ath11k_mac_he_mcs_range_present()
/openbmc/linux/net/wireless/
H A Dnl80211.c5089 u16 he_mcs_mask[NL80211_HE_NSS_MAX]) in he_build_mcs_mask() argument
5093 for (nss = 0; nss < NL80211_HE_NSS_MAX; nss++) { in he_build_mcs_mask()
5135 u16 mcs[NL80211_HE_NSS_MAX], in he_set_mcs_mask() argument
5139 u16 tx_mcs_mask[NL80211_HE_NSS_MAX] = {}; in he_set_mcs_mask()
5147 memset(mcs, 0, sizeof(u16) * NL80211_HE_NSS_MAX); in he_set_mcs_mask()
5154 for (i = 0; i < NL80211_HE_NSS_MAX; i++) { in he_set_mcs_mask()
5300 for (i = 0; i < NL80211_HE_NSS_MAX; i++) in nl80211_parse_tx_bitrate_mask()
5351 for (i = 0; i < NL80211_HE_NSS_MAX; i++) { in validate_beacon_tx_rate()
/openbmc/linux/include/net/
H A Dcfg80211.h768 u16 he_mcs[NL80211_HE_NSS_MAX];