Searched refs:sound_dim (Results 1 – 4 of 4) sorted by relevance
42 u32 sound_dim; in rtw_bf_assoc() local81 sound_dim = vht_cap->cap & in rtw_bf_assoc()83 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in rtw_bf_assoc()87 bfee->sound_dim = (u8)sound_dim; in rtw_bf_assoc()187 u8 nr_index = bfee->sound_dim; in rtw_bf_enable_bfee_su()
765 u8 sound_dim; member
3402 int sound_dim; in ath11k_mac_set_txbf_conf() local3413 sound_dim = vht_cap & in ath11k_mac_set_txbf_conf()3415 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath11k_mac_set_txbf_conf()3416 if (sound_dim > (ar->num_tx_chains - 1)) in ath11k_mac_set_txbf_conf()3417 sound_dim = ar->num_tx_chains - 1; in ath11k_mac_set_txbf_conf()3418 value |= SM(sound_dim, WMI_BF_SOUND_DIM_OFFSET); in ath11k_mac_set_txbf_conf()3449 int sound_dim = 0; in ath11k_set_vht_txbf_cap() local3467 sound_dim = (*vht_cap & IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_MASK); in ath11k_set_vht_txbf_cap()3468 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath11k_set_vht_txbf_cap()3475 if (sound_dim > (ar->num_tx_chains - 1)) in ath11k_set_vht_txbf_cap()[all …]
4656 int sound_dim = ar->vht_cap_info; in ath10k_mac_get_vht_cap_bf_sound_dim() local4658 sound_dim &= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_MASK; in ath10k_mac_get_vht_cap_bf_sound_dim()4659 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath10k_mac_get_vht_cap_bf_sound_dim()4664 if (sound_dim == 0) in ath10k_mac_get_vht_cap_bf_sound_dim()4667 return sound_dim; in ath10k_mac_get_vht_cap_bf_sound_dim()5307 int sound_dim; in ath10k_mac_set_txbf_conf() local5317 sound_dim = ath10k_mac_get_vht_cap_bf_sound_dim(ar); in ath10k_mac_set_txbf_conf()5320 value |= SM(sound_dim, WMI_BF_SOUND_DIM_OFFSET); in ath10k_mac_set_txbf_conf()