Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.h168 u8 nsts; member
H A Dmcu.c3925 rate->nss = res->nsts + 1; in mt7915_mcu_get_rx_rate()
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_mon.c720 u32 nsts, info0, info1; in ath12k_wifi7_dp_mon_parse_vht_sig_a() local
740 nsts = u32_get_bits(info0, HAL_RX_VHT_SIG_A_INFO_INFO0_NSTS); in ath12k_wifi7_dp_mon_parse_vht_sig_a()
741 if (ppdu_info->is_stbc && nsts > 0) in ath12k_wifi7_dp_mon_parse_vht_sig_a()
742 nsts = ((nsts + 1) >> 1) - 1; in ath12k_wifi7_dp_mon_parse_vht_sig_a()
744 ppdu_info->nss = u32_get_bits(nsts, VHT_SIG_SU_NSS_MASK) + 1; in ath12k_wifi7_dp_mon_parse_vht_sig_a()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.h199 u8 nsts; member
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c4862 int nsts = ar->vht_cap_info; in ath10k_mac_get_vht_cap_bf_sts() local
4864 nsts &= IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath10k_mac_get_vht_cap_bf_sts()
4865 nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath10k_mac_get_vht_cap_bf_sts()
4871 if (nsts == 0) in ath10k_mac_get_vht_cap_bf_sts()
4874 return nsts; in ath10k_mac_get_vht_cap_bf_sts()
5488 int nsts; in ath10k_mac_set_txbf_conf() local
5494 nsts = ath10k_mac_get_vht_cap_bf_sts(ar); in ath10k_mac_set_txbf_conf()
5497 value |= SM(nsts, WMI_TXBF_STS_CAP_OFFSET); in ath10k_mac_set_txbf_conf()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c8459 int nsts; in ath12k_mac_set_txbf_conf() local
8465 nsts = vht_cap & IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath12k_mac_set_txbf_conf()
8466 nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath12k_mac_set_txbf_conf()
8467 value |= SM(nsts, WMI_TXBF_STS_CAP_OFFSET); in ath12k_mac_set_txbf_conf()