Lines Matching refs:nsts
5048 int nsts; in ath11k_mac_set_txbf_conf() local
5054 nsts = vht_cap & IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath11k_mac_set_txbf_conf()
5055 nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath11k_mac_set_txbf_conf()
5056 if (nsts > (ar->num_rx_chains - 1)) in ath11k_mac_set_txbf_conf()
5057 nsts = ar->num_rx_chains - 1; in ath11k_mac_set_txbf_conf()
5058 value |= SM(nsts, WMI_TXBF_STS_CAP_OFFSET); in ath11k_mac_set_txbf_conf()
5098 int sound_dim = 0, nsts = 0; in ath11k_set_vht_txbf_cap() local
5125 nsts = (*vht_cap & IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK); in ath11k_set_vht_txbf_cap()
5126 nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath11k_set_vht_txbf_cap()
5141 if (nsts > (ar->num_rx_chains - 1)) in ath11k_set_vht_txbf_cap()
5142 nsts = ar->num_rx_chains - 1; in ath11k_set_vht_txbf_cap()
5144 nsts <<= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath11k_set_vht_txbf_cap()
5145 nsts &= IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath11k_set_vht_txbf_cap()
5146 *vht_cap |= nsts; in ath11k_set_vht_txbf_cap()