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
3415 int sound_dim; in ath11k_mac_set_txbf_conf() local3428 sound_dim = vht_cap & in ath11k_mac_set_txbf_conf()3430 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath11k_mac_set_txbf_conf()3431 if (sound_dim > (ar->num_tx_chains - 1)) in ath11k_mac_set_txbf_conf()3432 sound_dim = ar->num_tx_chains - 1; in ath11k_mac_set_txbf_conf()3433 value |= SM(sound_dim, WMI_BF_SOUND_DIM_OFFSET); in ath11k_mac_set_txbf_conf()3464 int sound_dim = 0, nsts = 0; in ath11k_set_vht_txbf_cap() local3487 sound_dim = (*vht_cap & IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_MASK); in ath11k_set_vht_txbf_cap()3488 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath11k_set_vht_txbf_cap()3497 if (sound_dim > (ar->num_tx_chains - 1)) in ath11k_set_vht_txbf_cap()[all …]
4660 int sound_dim = ar->vht_cap_info; in ath10k_mac_get_vht_cap_bf_sound_dim() local4662 sound_dim &= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_MASK; in ath10k_mac_get_vht_cap_bf_sound_dim()4663 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath10k_mac_get_vht_cap_bf_sound_dim()4668 if (sound_dim == 0) in ath10k_mac_get_vht_cap_bf_sound_dim()4671 return sound_dim; in ath10k_mac_get_vht_cap_bf_sound_dim()5327 int sound_dim; in ath10k_mac_set_txbf_conf() local5337 sound_dim = ath10k_mac_get_vht_cap_bf_sound_dim(ar); in ath10k_mac_set_txbf_conf()5340 value |= SM(sound_dim, WMI_BF_SOUND_DIM_OFFSET); in ath10k_mac_set_txbf_conf()