Searched refs:eht_mcs (Results 1 – 6 of 6) sorted by relevance
270 const struct ieee80211_eht_mcs_nss_supp *eht_mcs) in rs_fw_rs_mcs2eht_mcs() argument274 return &eht_mcs->bw._80; in rs_fw_rs_mcs2eht_mcs()276 return &eht_mcs->bw._160; in rs_fw_rs_mcs2eht_mcs()278 return &eht_mcs->bw._320; in rs_fw_rs_mcs2eht_mcs()
561 ath12k_mac_max_eht_mcs_nss(const u8 *eht_mcs, int eht_mcs_set_size) in ath12k_mac_max_eht_mcs_nss() argument567 nss = max(nss, u8_get_bits(eht_mcs[i], IEEE80211_EHT_MCS_NSS_RX)); in ath12k_mac_max_eht_mcs_nss()3189 eht_mcs_mask = arvif->bitrate_mask.control[band].eht_mcs; in ath12k_peer_assoc_h_phymode()3387 eht_mcs_mask = arvif->bitrate_mask.control[band].eht_mcs; in ath12k_peer_assoc_h_eht()4237 memset(arvif->bitrate_mask.control[i].eht_mcs, 0xff, in ath12k_mac_init_arvif()4238 sizeof(arvif->bitrate_mask.control[i].eht_mcs)); in ath12k_mac_init_arvif()6348 for (i = 0; i < ARRAY_SIZE(mask->control[band].eht_mcs); i++) in ath12k_mac_bitrate_mask_num_eht_rates()6349 num_rates += hweight16(mask->control[band].eht_mcs[i]); in ath12k_mac_bitrate_mask_num_eht_rates()6472 for (i = 0; i < ARRAY_SIZE(mask->control[band].eht_mcs); i++) { in ath12k_mac_set_peer_eht_fixed_rate()6473 if (hweight16(mask->control[band].eht_mcs[i]) == 1) { in ath12k_mac_set_peer_eht_fixed_rate()[all …]
2244 struct ath12k_wmi_eht_rate_set_params *eht_mcs; in ath12k_wmi_send_peer_assoc_cmd() local2266 TLV_HDR_SIZE + (sizeof(*eht_mcs) * arg->peer_eht_mcs_count); in ath12k_wmi_send_peer_assoc_cmd()2451 len = arg->peer_eht_mcs_count * sizeof(*eht_mcs); in ath12k_wmi_send_peer_assoc_cmd()2457 eht_mcs = ptr; in ath12k_wmi_send_peer_assoc_cmd()2458 eht_mcs->tlv_header = ath12k_wmi_tlv_cmd_hdr(WMI_TAG_EHT_RATE_SET, in ath12k_wmi_send_peer_assoc_cmd()2459 sizeof(*eht_mcs)); in ath12k_wmi_send_peer_assoc_cmd()2461 eht_mcs->rx_mcs_set = cpu_to_le32(arg->peer_eht_rx_mcs_set[i]); in ath12k_wmi_send_peer_assoc_cmd()2462 eht_mcs->tx_mcs_set = cpu_to_le32(arg->peer_eht_tx_mcs_set[i]); in ath12k_wmi_send_peer_assoc_cmd()2463 ptr += sizeof(*eht_mcs); in ath12k_wmi_send_peer_assoc_cmd()
235 cfg_mask |= u64_encode_bits(mask->control[band].eht_mcs[0], in rtw89_phy_ra_mask_cfg()237 cfg_mask |= u64_encode_bits(mask->control[band].eht_mcs[1], in rtw89_phy_ra_mask_cfg()636 mask->control[nl_band].eht_mcs[i], in __rtw89_phy_rate_pattern_vif()
898 u16 eht_mcs[NL80211_EHT_NSS_MAX]; member
6218 mask->control[i].eht_mcs); in nl80211_parse_tx_bitrate_mask()6296 mask->control[band].eht_mcs)) in nl80211_parse_tx_bitrate_mask()6329 if (mask->control[band].eht_mcs[i]) in nl80211_parse_tx_bitrate_mask()6393 if (hweight16(beacon_rate->control[band].eht_mcs[i]) > 1) { in validate_beacon_tx_rate()6395 } else if (beacon_rate->control[band].eht_mcs[i]) { in validate_beacon_tx_rate()