Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dmac.c3762 int nsts = ar->vht_cap_info; in ath10k_mac_get_vht_cap_bf_sts() local
3764 nsts &= IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath10k_mac_get_vht_cap_bf_sts()
3765 nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath10k_mac_get_vht_cap_bf_sts()
3771 if (nsts == 0) in ath10k_mac_get_vht_cap_bf_sts()
3774 return nsts; in ath10k_mac_get_vht_cap_bf_sts()
4241 int nsts; in ath10k_mac_set_txbf_conf() local
4247 nsts = ath10k_mac_get_vht_cap_bf_sts(ar); in ath10k_mac_set_txbf_conf()
4250 value |= SM(nsts, WMI_TXBF_STS_CAP_OFFSET); in ath10k_mac_set_txbf_conf()