Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c557 ath12k_mac_max_eht_mcs_nss(const u8 *eht_mcs, int eht_mcs_set_size) in ath12k_mac_max_eht_mcs_nss() argument
563 nss = max(nss, u8_get_bits(eht_mcs[i], IEEE80211_EHT_MCS_NSS_RX)); in ath12k_mac_max_eht_mcs_nss()
3177 eht_mcs_mask = arvif->bitrate_mask.control[band].eht_mcs; in ath12k_peer_assoc_h_phymode()
3375 eht_mcs_mask = arvif->bitrate_mask.control[band].eht_mcs; in ath12k_peer_assoc_h_eht()
4156 memset(arvif->bitrate_mask.control[i].eht_mcs, 0xff, in ath12k_mac_init_arvif()
4157 sizeof(arvif->bitrate_mask.control[i].eht_mcs)); in ath12k_mac_init_arvif()
6276 for (i = 0; i < ARRAY_SIZE(mask->control[band].eht_mcs); i++) in ath12k_mac_bitrate_mask_num_eht_rates()
6277 num_rates += hweight16(mask->control[band].eht_mcs[i]); in ath12k_mac_bitrate_mask_num_eht_rates()
6400 for (i = 0; i < ARRAY_SIZE(mask->control[band].eht_mcs); i++) { in ath12k_mac_set_peer_eht_fixed_rate()
6401 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/net/wireless/
H A Dnl80211.c6025 mask->control[i].eht_mcs); in nl80211_parse_tx_bitrate_mask()
6103 mask->control[band].eht_mcs)) in nl80211_parse_tx_bitrate_mask()
6136 if (mask->control[band].eht_mcs[i]) in nl80211_parse_tx_bitrate_mask()
6200 if (hweight16(beacon_rate->control[band].eht_mcs[i]) > 1) { in validate_beacon_tx_rate()
6202 } else if (beacon_rate->control[band].eht_mcs[i]) { in validate_beacon_tx_rate()