Searched refs:band_cap (Results 1 – 1 of 1) sorted by relevance
3709 struct ath11k_band_cap *band_cap = &cap->band[band]; in ath11k_mac_copy_he_cap() local3725 memcpy(he_cap_elem->mac_cap_info, band_cap->he_cap_info, in ath11k_mac_copy_he_cap()3727 memcpy(he_cap_elem->phy_cap_info, band_cap->he_cap_phy_info, in ath11k_mac_copy_he_cap()3765 cpu_to_le16(band_cap->he_mcs & 0xffff); in ath11k_mac_copy_he_cap()3767 cpu_to_le16(band_cap->he_mcs & 0xffff); in ath11k_mac_copy_he_cap()3769 cpu_to_le16((band_cap->he_mcs >> 16) & 0xffff); in ath11k_mac_copy_he_cap()3771 cpu_to_le16((band_cap->he_mcs >> 16) & 0xffff); in ath11k_mac_copy_he_cap()3773 cpu_to_le16((band_cap->he_mcs >> 16) & 0xffff); in ath11k_mac_copy_he_cap()3775 cpu_to_le16((band_cap->he_mcs >> 16) & 0xffff); in ath11k_mac_copy_he_cap()3780 ath11k_gen_ppe_thresh(&band_cap->he_ppet, in ath11k_mac_copy_he_cap()[all …]