nsts             4496 drivers/net/wireless/ath/ath10k/mac.c 	int nsts = ar->vht_cap_info;
nsts             4498 drivers/net/wireless/ath/ath10k/mac.c 	nsts &= IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK;
nsts             4499 drivers/net/wireless/ath/ath10k/mac.c 	nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT;
nsts             4505 drivers/net/wireless/ath/ath10k/mac.c 	if (nsts == 0)
nsts             4508 drivers/net/wireless/ath/ath10k/mac.c 	return nsts;
nsts             5088 drivers/net/wireless/ath/ath10k/mac.c 	int nsts;
nsts             5094 drivers/net/wireless/ath/ath10k/mac.c 	nsts = ath10k_mac_get_vht_cap_bf_sts(ar);
nsts             5097 drivers/net/wireless/ath/ath10k/mac.c 		value |= SM(nsts, WMI_TXBF_STS_CAP_OFFSET);