Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dmac.c4511 int sound_dim = ar->vht_cap_info; in ath10k_mac_get_vht_cap_bf_sound_dim() local
4513 sound_dim &= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_MASK; in ath10k_mac_get_vht_cap_bf_sound_dim()
4514 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath10k_mac_get_vht_cap_bf_sound_dim()
4519 if (sound_dim == 0) in ath10k_mac_get_vht_cap_bf_sound_dim()
4522 return sound_dim; in ath10k_mac_get_vht_cap_bf_sound_dim()
5087 int sound_dim; in ath10k_mac_set_txbf_conf() local
5097 sound_dim = ath10k_mac_get_vht_cap_bf_sound_dim(ar); in ath10k_mac_set_txbf_conf()
5100 value |= SM(sound_dim, WMI_BF_SOUND_DIM_OFFSET); in ath10k_mac_set_txbf_conf()