Searched refs:NL80211_HE_NSS_MAX (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | nl80211.h | 5285 #define NL80211_HE_NSS_MAX 8 macro 5291 __u16 mcs[NL80211_HE_NSS_MAX];
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 464 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 D | nl80211.c | 5094 u16 he_mcs_mask[NL80211_HE_NSS_MAX]) in he_build_mcs_mask() 5098 for (nss = 0; nss < NL80211_HE_NSS_MAX; nss++) { 5140 u16 mcs[NL80211_HE_NSS_MAX], in he_set_mcs_mask() 5144 u16 tx_mcs_mask[NL80211_HE_NSS_MAX] = {}; in he_set_mcs_mask() 5152 memset(mcs, 0, sizeof(u16) * NL80211_HE_NSS_MAX); in he_set_mcs_mask() 5159 for (i = 0; i < NL80211_HE_NSS_MAX; i++) { in he_set_mcs_mask() 5305 for (i = 0; i < NL80211_HE_NSS_MAX; i++) in nl80211_parse_tx_bitrate_mask() 5356 for (i = 0; i < NL80211_HE_NSS_MAX; i++) { in validate_beacon_tx_rate() 5089 he_build_mcs_mask(u16 he_mcs_map,u16 he_mcs_mask[NL80211_HE_NSS_MAX]) he_build_mcs_mask() argument 5135 he_set_mcs_mask(struct genl_info * info,struct wireless_dev * wdev,struct ieee80211_supported_band * sband,struct nl80211_txrate_he * txrate,u16 mcs[NL80211_HE_NSS_MAX],unsigned int link_id) he_set_mcs_mask() argument
|
/openbmc/linux/include/net/ |
H A D | cfg80211.h | 768 u16 he_mcs[NL80211_HE_NSS_MAX];
|