Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dmac.c4494 int nsts = ar->vht_cap_info; in ath10k_mac_get_vht_cap_bf_sts() local
4496 nsts &= IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath10k_mac_get_vht_cap_bf_sts()
4497 nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath10k_mac_get_vht_cap_bf_sts()
4503 if (nsts == 0) in ath10k_mac_get_vht_cap_bf_sts()
4506 return nsts; in ath10k_mac_get_vht_cap_bf_sts()
5086 int nsts; in ath10k_mac_set_txbf_conf() local
5092 nsts = ath10k_mac_get_vht_cap_bf_sts(ar); in ath10k_mac_set_txbf_conf()
5095 value |= SM(nsts, WMI_TXBF_STS_CAP_OFFSET); in ath10k_mac_set_txbf_conf()