Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac3_mac.c122 u32 ltf_size = le32_get_bits(rxv[4], MT_CRXV_HE_LTF_SIZE) + 1; in mt76_connac3_mac_decode_he_radiotap() local
134 le16_encode_bits(ltf_size, in mt76_connac3_mac_decode_he_radiotap()
206 u32 ltf_size = le32_get_bits(rxv[4], MT_CRXV_HE_LTF_SIZE) + 1; in mt76_connac3_mac_decode_eht_radiotap() local
230 FIELD_PREP(IEEE80211_RADIOTAP_EHT_DATA0_LTF, ltf_size)) | in mt76_connac3_mac_decode_eht_radiotap()
H A Dmt76_connac_mac.c889 u32 ltf_size = le32_get_bits(rxv[2], MT_CRXV_HE_LTF_SIZE) + 1; in mt76_connac2_mac_decode_he_radiotap() local
901 le16_encode_bits(ltf_size, in mt76_connac2_mac_decode_he_radiotap()
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_mon.c1047 ppdu_info->ltf_size = he_ltf; in ath12k_wifi7_dp_mon_parse_he_sig_su()
1488 u32 known, data, cp_setting, ltf_size; in ath12k_wifi7_parse_cmn_usr_info() local
1497 ltf_size = le32_get_bits(cmn_usr_info->info0, in ath12k_wifi7_parse_cmn_usr_info()
1502 data |= u32_encode_bits(ltf_size, IEEE80211_RADIOTAP_EHT_DATA0_LTF); in ath12k_wifi7_parse_cmn_usr_info()
1505 if (!ppdu_info->ltf_size) in ath12k_wifi7_parse_cmn_usr_info()
1506 ppdu_info->ltf_size = ltf_size; in ath12k_wifi7_parse_cmn_usr_info()
2368 tx_ppdu_info->rx_status.ltf_size = in ath12k_wifi7_dp_mon_tx_parse_status_tlv()
/linux/drivers/net/wireless/ath/ath11k/
H A Dhal_rx.h190 u8 ltf_size; member
H A Dhal_rx.c1175 ppdu_info->ltf_size = he_ltf; in ath11k_hal_rx_parse_mon_status_tlv()
1289 ppdu_info->ltf_size = he_ltf; in ath11k_hal_rx_parse_mon_status_tlv()
/linux/drivers/net/wireless/ath/ath12k/
H A Dhal.h697 u8 ltf_size; member