Home
last modified time | relevance | path

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

/Linux-v5.15/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
/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dmac.c3669 int sound_dim; in ath11k_mac_set_txbf_conf() local
3680 sound_dim = vht_cap & in ath11k_mac_set_txbf_conf()
3682 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath11k_mac_set_txbf_conf()
3683 if (sound_dim > (ar->num_tx_chains - 1)) in ath11k_mac_set_txbf_conf()
3684 sound_dim = ar->num_tx_chains - 1; in ath11k_mac_set_txbf_conf()
3685 value |= SM(sound_dim, WMI_BF_SOUND_DIM_OFFSET); in ath11k_mac_set_txbf_conf()
3716 int sound_dim = 0; in ath11k_set_vht_txbf_cap() local
3734 sound_dim = (*vht_cap & IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_MASK); in ath11k_set_vht_txbf_cap()
3735 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath11k_set_vht_txbf_cap()
3742 if (sound_dim > (ar->num_tx_chains - 1)) in ath11k_set_vht_txbf_cap()
[all …]
/Linux-v5.15/drivers/net/wireless/ath/ath10k/
Dmac.c4818 int sound_dim = ar->vht_cap_info; in ath10k_mac_get_vht_cap_bf_sound_dim() local
4820 sound_dim &= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_MASK; in ath10k_mac_get_vht_cap_bf_sound_dim()
4821 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath10k_mac_get_vht_cap_bf_sound_dim()
4826 if (sound_dim == 0) in ath10k_mac_get_vht_cap_bf_sound_dim()
4829 return sound_dim; in ath10k_mac_get_vht_cap_bf_sound_dim()
5410 int sound_dim; in ath10k_mac_set_txbf_conf() local
5420 sound_dim = ath10k_mac_get_vht_cap_bf_sound_dim(ar); in ath10k_mac_set_txbf_conf()
5423 value |= SM(sound_dim, WMI_BF_SOUND_DIM_OFFSET); in ath10k_mac_set_txbf_conf()