Searched refs:band_cap (Results 1 – 1 of 1) sorted by relevance
5328 struct ath11k_band_cap *band_cap = &cap->band[band]; in ath11k_mac_copy_he_cap() local5344 memcpy(he_cap_elem->mac_cap_info, band_cap->he_cap_info, in ath11k_mac_copy_he_cap()5346 memcpy(he_cap_elem->phy_cap_info, band_cap->he_cap_phy_info, in ath11k_mac_copy_he_cap()5377 cpu_to_le16(band_cap->he_mcs & 0xffff); in ath11k_mac_copy_he_cap()5379 cpu_to_le16(band_cap->he_mcs & 0xffff); in ath11k_mac_copy_he_cap()5381 cpu_to_le16((band_cap->he_mcs >> 16) & 0xffff); in ath11k_mac_copy_he_cap()5383 cpu_to_le16((band_cap->he_mcs >> 16) & 0xffff); in ath11k_mac_copy_he_cap()5385 cpu_to_le16((band_cap->he_mcs >> 16) & 0xffff); in ath11k_mac_copy_he_cap()5387 cpu_to_le16((band_cap->he_mcs >> 16) & 0xffff); in ath11k_mac_copy_he_cap()5392 ath11k_gen_ppe_thresh(&band_cap->he_ppet, in ath11k_mac_copy_he_cap()[all …]