Searched refs:nsts (Results 1 – 7 of 7) sorted by relevance
911 u32 nsts; in ath11k_hal_rx_parse_mon_status_tlv() local935 nsts = FIELD_GET(HAL_RX_VHT_SIG_A_INFO_INFO0_NSTS, info0); in ath11k_hal_rx_parse_mon_status_tlv()936 if (ppdu_info->is_stbc && nsts > 0) in ath11k_hal_rx_parse_mon_status_tlv()937 nsts = ((nsts + 1) >> 1) - 1; in ath11k_hal_rx_parse_mon_status_tlv()939 ppdu_info->nss = (nsts & VHT_SIG_SU_NSS_MASK) + 1; in ath11k_hal_rx_parse_mon_status_tlv()956 u32 nsts, cp_ltf, dcm; in ath11k_hal_rx_parse_mon_status_tlv() local975 nsts = FIELD_GET(HAL_RX_HE_SIG_A_SU_INFO_INFO0_NSTS, info0); in ath11k_hal_rx_parse_mon_status_tlv()993 ppdu_info->nss = nsts + 1; in ath11k_hal_rx_parse_mon_status_tlv()
3680 int nsts; in ath11k_mac_set_txbf_conf() local3686 nsts = vht_cap & IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath11k_mac_set_txbf_conf()3687 nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath11k_mac_set_txbf_conf()3688 if (nsts > (ar->num_rx_chains - 1)) in ath11k_mac_set_txbf_conf()3689 nsts = ar->num_rx_chains - 1; in ath11k_mac_set_txbf_conf()3690 value |= SM(nsts, WMI_TXBF_STS_CAP_OFFSET); in ath11k_mac_set_txbf_conf()3730 int sound_dim = 0, nsts = 0; in ath11k_set_vht_txbf_cap() local3757 nsts = (*vht_cap & IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK); in ath11k_set_vht_txbf_cap()3758 nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath11k_set_vht_txbf_cap()3773 if (nsts > (ar->num_rx_chains - 1)) in ath11k_set_vht_txbf_cap()[all …]
450 u32 nsts; member1241 u32 nsts; member
885 htt_stats_buf->nsts); in htt_print_rx_peer_rate_stats_tlv()3052 htt_stats_buf->nsts); in htt_print_rx_pdev_rate_stats_tlv()
206 u8 nsts; member
4005 rate->nss = res->nsts + 1; in mt7915_mcu_get_rx_rate()
4813 int nsts = ar->vht_cap_info; in ath10k_mac_get_vht_cap_bf_sts() local4815 nsts &= IEEE80211_VHT_CAP_BEAMFORMEE_STS_MASK; in ath10k_mac_get_vht_cap_bf_sts()4816 nsts >>= IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT; in ath10k_mac_get_vht_cap_bf_sts()4822 if (nsts == 0) in ath10k_mac_get_vht_cap_bf_sts()4825 return nsts; in ath10k_mac_get_vht_cap_bf_sts()5437 int nsts; in ath10k_mac_set_txbf_conf() local5443 nsts = ath10k_mac_get_vht_cap_bf_sts(ar); in ath10k_mac_set_txbf_conf()5446 value |= SM(nsts, WMI_TXBF_STS_CAP_OFFSET); in ath10k_mac_set_txbf_conf()