Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dmac.c4411 int sound_dim = ar->vht_cap_info; in ath10k_mac_get_vht_cap_bf_sound_dim() local
4413 sound_dim &= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_MASK; in ath10k_mac_get_vht_cap_bf_sound_dim()
4414 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath10k_mac_get_vht_cap_bf_sound_dim()
4419 if (sound_dim == 0) in ath10k_mac_get_vht_cap_bf_sound_dim()
4422 return sound_dim; in ath10k_mac_get_vht_cap_bf_sound_dim()
4932 int sound_dim; in ath10k_mac_set_txbf_conf() local
4942 sound_dim = ath10k_mac_get_vht_cap_bf_sound_dim(ar); in ath10k_mac_set_txbf_conf()
4945 value |= SM(sound_dim, WMI_BF_SOUND_DIM_OFFSET); in ath10k_mac_set_txbf_conf()