Searched refs:he_mcs (Results 1 – 6 of 6) sorted by relevance
2599 u8 he_mcs; in ath12k_peer_assoc_h_he() local2627 he_mcs_mask = arvif->bitrate_mask.control[band].he_mcs; in ath12k_peer_assoc_h_he()2787 for (i = 0, max_nss = 0, he_mcs = 0; i < NL80211_HE_NSS_MAX; i++) { in ath12k_peer_assoc_h_he()2788 he_mcs = he_tx_mcs >> (2 * i) & 3; in ath12k_peer_assoc_h_he()2794 if (he_mcs != IEEE80211_HE_MCS_NOT_SUPPORTED || in ath12k_peer_assoc_h_he()3176 he_mcs_mask = arvif->bitrate_mask.control[band].he_mcs; in ath12k_peer_assoc_h_phymode()4154 memset(arvif->bitrate_mask.control[i].he_mcs, 0xff, in ath12k_mac_init_arvif()4155 sizeof(arvif->bitrate_mask.control[i].he_mcs)); in ath12k_mac_init_arvif()6262 for (i = 0; i < ARRAY_SIZE(mask->control[band].he_mcs); i++) in ath12k_mac_bitrate_mask_num_he_rates()6263 num_rates += hweight16(mask->control[band].he_mcs[i]); in ath12k_mac_bitrate_mask_num_he_rates()[all …]
463 pdev_cap->he_mcs = le32_to_cpu(mac_caps->he_supp_mcs_5g); in ath12k_pull_mac_phy_cap_svc_ready_ext()492 cap_band->he_mcs = le32_to_cpu(mac_caps->he_supp_mcs_2g); in ath12k_pull_mac_phy_cap_svc_ready_ext()513 cap_band->he_mcs = le32_to_cpu(mac_caps->he_supp_mcs_5g); in ath12k_pull_mac_phy_cap_svc_ready_ext()531 cap_band->he_mcs = le32_to_cpu(mac_caps->he_supp_mcs_5g); in ath12k_pull_mac_phy_cap_svc_ready_ext()2166 struct ath12k_wmi_he_rate_set_params *he_mcs; in ath12k_wmi_send_peer_assoc_cmd() local2188 (sizeof(*he_mcs) * arg->peer_he_mcs_count) + in ath12k_wmi_send_peer_assoc_cmd()2305 len = arg->peer_he_mcs_count * sizeof(*he_mcs); in ath12k_wmi_send_peer_assoc_cmd()2313 he_mcs = ptr; in ath12k_wmi_send_peer_assoc_cmd()2314 he_mcs->tlv_header = ath12k_wmi_tlv_cmd_hdr(WMI_TAG_HE_RATE_SET, in ath12k_wmi_send_peer_assoc_cmd()2315 sizeof(*he_mcs)); in ath12k_wmi_send_peer_assoc_cmd()[all …]
696 __le16 he_mcs[BRCMF_HE_CAP_MCS_MAP_NSS_MAX]; /* supported he mcs index bit map per nss */ member
421 pdev_cap->he_mcs = mac_phy_caps->he_supp_mcs_5g; in ath11k_pull_mac_phy_cap_svc_ready_ext()450 cap_band->he_mcs = mac_phy_caps->he_supp_mcs_2g; in ath11k_pull_mac_phy_cap_svc_ready_ext()464 cap_band->he_mcs = mac_phy_caps->he_supp_mcs_5g; in ath11k_pull_mac_phy_cap_svc_ready_ext()475 cap_band->he_mcs = mac_phy_caps->he_supp_mcs_5g; in ath11k_pull_mac_phy_cap_svc_ready_ext()1976 struct wmi_he_rate_set *he_mcs; in ath11k_wmi_send_peer_assoc_cmd() local1993 (sizeof(*he_mcs) * param->peer_he_mcs_count); in ath11k_wmi_send_peer_assoc_cmd()2091 len = param->peer_he_mcs_count * sizeof(*he_mcs); in ath11k_wmi_send_peer_assoc_cmd()2100 he_mcs = ptr; in ath11k_wmi_send_peer_assoc_cmd()2101 he_mcs->tlv_header = FIELD_PREP(WMI_TLV_TAG, in ath11k_wmi_send_peer_assoc_cmd()2104 sizeof(*he_mcs) - TLV_HDR_SIZE); in ath11k_wmi_send_peer_assoc_cmd()[all …]
322 __bitrate_mask_check(he_mcs, HE_SU); in mt76_connac2_mac_tx_rate_val()
6010 he_build_mcs_mask(he_tx_mcs_map, mask->control[i].he_mcs); in nl80211_parse_tx_bitrate_mask()6089 mask->control[band].he_mcs, in nl80211_parse_tx_bitrate_mask()6132 if (mask->control[band].he_mcs[i]) in nl80211_parse_tx_bitrate_mask()6187 if (hweight16(beacon_rate->control[band].he_mcs[i]) > 1) { in validate_beacon_tx_rate()6189 } else if (beacon_rate->control[band].he_mcs[i]) { in validate_beacon_tx_rate()