Searched refs:band_cap (Results 1 – 1 of 1) sorted by relevance
5280 struct ath11k_band_cap *band_cap = &cap->band[band]; in ath11k_mac_copy_he_cap() local5296 memcpy(he_cap_elem->mac_cap_info, band_cap->he_cap_info, in ath11k_mac_copy_he_cap()5298 memcpy(he_cap_elem->phy_cap_info, band_cap->he_cap_phy_info, in ath11k_mac_copy_he_cap()5329 cpu_to_le16(band_cap->he_mcs & 0xffff); in ath11k_mac_copy_he_cap()5331 cpu_to_le16(band_cap->he_mcs & 0xffff); in ath11k_mac_copy_he_cap()5333 cpu_to_le16((band_cap->he_mcs >> 16) & 0xffff); in ath11k_mac_copy_he_cap()5335 cpu_to_le16((band_cap->he_mcs >> 16) & 0xffff); in ath11k_mac_copy_he_cap()5337 cpu_to_le16((band_cap->he_mcs >> 16) & 0xffff); in ath11k_mac_copy_he_cap()5339 cpu_to_le16((band_cap->he_mcs >> 16) & 0xffff); in ath11k_mac_copy_he_cap()5344 ath11k_gen_ppe_thresh(&band_cap->he_ppet, in ath11k_mac_copy_he_cap()[all …]