Home
last modified time | relevance | path

Searched refs:sound_dim (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/realtek/rtw88/
Dbf.c42 u32 sound_dim; in rtw_bf_assoc() local
81 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()
Dmain.h769 u8 sound_dim; member
/drivers/net/wireless/ath/ath11k/
Dmac.c3680 int sound_dim; in ath11k_mac_set_txbf_conf() local
3693 sound_dim = vht_cap & in ath11k_mac_set_txbf_conf()
3695 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath11k_mac_set_txbf_conf()
3696 if (sound_dim > (ar->num_tx_chains - 1)) in ath11k_mac_set_txbf_conf()
3697 sound_dim = ar->num_tx_chains - 1; in ath11k_mac_set_txbf_conf()
3698 value |= SM(sound_dim, WMI_BF_SOUND_DIM_OFFSET); in ath11k_mac_set_txbf_conf()
3729 int sound_dim = 0, nsts = 0; in ath11k_set_vht_txbf_cap() local
3752 sound_dim = (*vht_cap & IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_MASK); in ath11k_set_vht_txbf_cap()
3753 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath11k_set_vht_txbf_cap()
3762 if (sound_dim > (ar->num_tx_chains - 1)) in ath11k_set_vht_txbf_cap()
[all …]
/drivers/net/wireless/ath/ath10k/
Dmac.c4829 int sound_dim = ar->vht_cap_info; in ath10k_mac_get_vht_cap_bf_sound_dim() local
4831 sound_dim &= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_MASK; in ath10k_mac_get_vht_cap_bf_sound_dim()
4832 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath10k_mac_get_vht_cap_bf_sound_dim()
4837 if (sound_dim == 0) in ath10k_mac_get_vht_cap_bf_sound_dim()
4840 return sound_dim; in ath10k_mac_get_vht_cap_bf_sound_dim()
5437 int sound_dim; in ath10k_mac_set_txbf_conf() local
5447 sound_dim = ath10k_mac_get_vht_cap_bf_sound_dim(ar); in ath10k_mac_set_txbf_conf()
5450 value |= SM(sound_dim, WMI_BF_SOUND_DIM_OFFSET); in ath10k_mac_set_txbf_conf()