Home
last modified time | relevance | path

Searched refs:eht_mcs (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c556 ath12k_mac_max_eht_mcs_nss(const u8 *eht_mcs, int eht_mcs_set_size) in ath12k_mac_max_eht_mcs_nss() argument
562 nss = max(nss, u8_get_bits(eht_mcs[i], IEEE80211_EHT_MCS_NSS_RX)); in ath12k_mac_max_eht_mcs_nss()
3170 eht_mcs_mask = arvif->bitrate_mask.control[band].eht_mcs; in ath12k_peer_assoc_h_phymode()
3368 eht_mcs_mask = arvif->bitrate_mask.control[band].eht_mcs; in ath12k_peer_assoc_h_eht()
4149 memset(arvif->bitrate_mask.control[i].eht_mcs, 0xff, in ath12k_mac_init_arvif()
4150 sizeof(arvif->bitrate_mask.control[i].eht_mcs)); in ath12k_mac_init_arvif()
6267 for (i = 0; i < ARRAY_SIZE(mask->control[band].eht_mcs); i++) in ath12k_mac_bitrate_mask_num_eht_rates()
6268 num_rates += hweight16(mask->control[band].eht_mcs[i]); in ath12k_mac_bitrate_mask_num_eht_rates()
6391 for (i = 0; i < ARRAY_SIZE(mask->control[band].eht_mcs); i++) { in ath12k_mac_set_peer_eht_fixed_rate()
6392 if (hweight16(mask->control[band].eht_mcs[i]) == 1) { in ath12k_mac_set_peer_eht_fixed_rate()
[all …]
H A Dwmi.c2167 struct ath12k_wmi_eht_rate_set_params *eht_mcs; in ath12k_wmi_send_peer_assoc_cmd() local
2189 TLV_HDR_SIZE + (sizeof(*eht_mcs) * arg->peer_eht_mcs_count); in ath12k_wmi_send_peer_assoc_cmd()
2374 len = arg->peer_eht_mcs_count * sizeof(*eht_mcs); in ath12k_wmi_send_peer_assoc_cmd()
2380 eht_mcs = ptr; in ath12k_wmi_send_peer_assoc_cmd()
2381 eht_mcs->tlv_header = ath12k_wmi_tlv_cmd_hdr(WMI_TAG_EHT_RATE_SET, in ath12k_wmi_send_peer_assoc_cmd()
2382 sizeof(*eht_mcs)); in ath12k_wmi_send_peer_assoc_cmd()
2384 eht_mcs->rx_mcs_set = cpu_to_le32(arg->peer_eht_rx_mcs_set[i]); in ath12k_wmi_send_peer_assoc_cmd()
2385 eht_mcs->tx_mcs_set = cpu_to_le32(arg->peer_eht_tx_mcs_set[i]); in ath12k_wmi_send_peer_assoc_cmd()
2386 ptr += sizeof(*eht_mcs); in ath12k_wmi_send_peer_assoc_cmd()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.c235 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()
/linux/include/net/
H A Dcfg80211.h880 u16 eht_mcs[NL80211_EHT_NSS_MAX]; member
/linux/net/wireless/
H A Dnl80211.c5800 mask->control[i].eht_mcs); in nl80211_parse_tx_bitrate_mask()
5878 mask->control[band].eht_mcs)) in nl80211_parse_tx_bitrate_mask()
5911 if (mask->control[band].eht_mcs[i]) in nl80211_parse_tx_bitrate_mask()
5975 if (hweight16(beacon_rate->control[band].eht_mcs[i]) > 1) { in validate_beacon_tx_rate()
5977 } else if (beacon_rate->control[band].eht_mcs[i]) { in validate_beacon_tx_rate()