Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c4879 int sound_dim = ar->vht_cap_info; in ath10k_mac_get_vht_cap_bf_sound_dim() local
4881 sound_dim &= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_MASK; in ath10k_mac_get_vht_cap_bf_sound_dim()
4882 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath10k_mac_get_vht_cap_bf_sound_dim()
4887 if (sound_dim == 0) in ath10k_mac_get_vht_cap_bf_sound_dim()
4890 return sound_dim; in ath10k_mac_get_vht_cap_bf_sound_dim()
5489 int sound_dim; in ath10k_mac_set_txbf_conf() local
5499 sound_dim = ath10k_mac_get_vht_cap_bf_sound_dim(ar); in ath10k_mac_set_txbf_conf()
5502 value |= SM(sound_dim, WMI_BF_SOUND_DIM_OFFSET); in ath10k_mac_set_txbf_conf()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c8303 int sound_dim; in ath12k_mac_set_txbf_conf() local
8314 sound_dim = vht_cap & in ath12k_mac_set_txbf_conf()
8316 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath12k_mac_set_txbf_conf()
8317 if (sound_dim > (ar->num_tx_chains - 1)) in ath12k_mac_set_txbf_conf()
8318 sound_dim = ar->num_tx_chains - 1; in ath12k_mac_set_txbf_conf()
8319 value |= SM(sound_dim, WMI_BF_SOUND_DIM_OFFSET); in ath12k_mac_set_txbf_conf()
8348 int sound_dim = 0; in ath12k_set_vht_txbf_cap() local
8366 sound_dim = u32_get_bits(*vht_cap, in ath12k_set_vht_txbf_cap()
8375 if (sound_dim > (ar->num_tx_chains - 1)) in ath12k_set_vht_txbf_cap()
8376 sound_dim = ar->num_tx_chains - 1; in ath12k_set_vht_txbf_cap()
[all …]